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:
parent
7793a57b0a
commit
0a4e5fcdca
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user