|
@@ -142,6 +142,7 @@ void DispellMechanics::applyBattle(BattleInfo * battle, const BattleSpellCast *
|
|
|
for(auto stackID : packet->affectedCres)
|
|
for(auto stackID : packet->affectedCres)
|
|
|
{
|
|
{
|
|
|
if(vstd::contains(packet->resisted, stackID))
|
|
if(vstd::contains(packet->resisted, stackID))
|
|
|
|
|
+ logGlobal->errorStream() << "Resistance to DISPELL";
|
|
|
continue;
|
|
continue;
|
|
|
|
|
|
|
|
CStack *s = battle->getStack(stackID);
|
|
CStack *s = battle->getStack(stackID);
|