AlexVinS hace 8 años
padre
commit
9586fd9b0a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/NetPacksLib.cpp

+ 1 - 1
lib/NetPacksLib.cpp

@@ -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: