mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user