mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +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)
|
if(absolute)
|
||||||
logNetwork->error("Can not change casts in absolute mode");
|
logNetwork->error("Can not change casts in absolute mode");
|
||||||
else
|
else
|
||||||
stack->casts.use(val);
|
stack->casts.use(-val);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case ENCHANTER_COUNTER:
|
case ENCHANTER_COUNTER:
|
||||||
|
Loading…
Reference in New Issue
Block a user