mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Fix build
This commit is contained in:
@@ -215,7 +215,7 @@ ESpellCastResult SummonBoatMechanics::applyAdventureEffects(SpellCastEnvironment
|
||||
{
|
||||
NewObject no;
|
||||
no.ID = Obj::BOAT;
|
||||
no.subID = BoatId(EBoatId::BOAT_EVIL);
|
||||
no.subID = BoatId(EBoatId::NECROPOLIS);
|
||||
no.pos = CGBoat::translatePos(summonPos);
|
||||
env->apply(&no);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user