mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Fix few more missing BattleID's
This commit is contained in:
@@ -116,6 +116,7 @@ void Moat::apply(ServerCallback * server, const Mechanics * m, const EffectTarge
|
||||
for(auto & b : converted)
|
||||
{
|
||||
GiveBonus gb(GiveBonus::ETarget::BATTLE);
|
||||
gb.id = m->battle()->getBattle()->getBattleID().getNum();
|
||||
gb.bonus = b;
|
||||
server->apply(&gb);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user