1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

Fixed CID 1366332

This commit is contained in:
AlexVinS 2016-11-26 21:14:21 +03:00
parent 7d2874bf12
commit c9e564bed8

View File

@ -357,6 +357,8 @@ ESpellCastProblem::ESpellCastProblem CBattleInfoCallback::battleCanCastSpell(con
}
const PlayerColor player = caster->getOwner();
const ui8 side = playerToSide(player);
if((si8)side < 0)
return ESpellCastProblem::INVALID;
if(!battleDoWeKnowAbout(side))
{
logGlobal->warnStream() << "You can't check if enemy can cast given spell!";