mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
quick fix
This commit is contained in:
parent
f1d35dd3f2
commit
9586fd9b0a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user