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

quick fix

This commit is contained in:
AlexVinS 2017-07-14 19:14:34 +03:00
parent f1d35dd3f2
commit 9586fd9b0a

View File

@ -1813,7 +1813,7 @@ DLL_LINKAGE void BattleSetStackProperty::applyGs(CGameState * gs)
if(absolute)
logNetwork->error("Can not change casts in absolute mode");
else
stack->casts.use(val);
stack->casts.use(-val);
break;
}
case ENCHANTER_COUNTER: