1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Fix build

This commit is contained in:
Ivan Savenko
2023-06-16 18:11:45 +03:00
parent 5118a642bc
commit ece9982ca0
3 changed files with 3 additions and 3 deletions

View File

@@ -4421,7 +4421,7 @@ bool CGameHandler::hireHero(const CGObjectInstance *obj, ui8 hid, PlayerColor pl
//Create a new boat for hero
NewObject no;
no.ID = Obj::BOAT;
no.subID = BoatId(EBoatId::BOAT_NEUTRAL);
no.subID = BoatId(EBoatId::CASTLE);
no.pos = hr.tile + int3(1,0,0);
sendAndApply(&no);