1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fixed CID 1366337

This commit is contained in:
AlexVinS 2016-11-26 20:54:07 +03:00
parent 7793a57b0a
commit 0a4e5fcdca

View File

@ -237,7 +237,7 @@ void CGCreature::initObj(CRandomGenerator & rand)
} }
} }
temppower = stacks[SlotID(0)]->count * 1000; temppower = stacks[SlotID(0)]->count * (ui64)1000;
refusedJoining = false; refusedJoining = false;
} }