mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-23 00:28:08 +02:00
Support for Enchanter ability.
This commit is contained in:
@ -1506,7 +1506,7 @@ struct BattleSetStackProperty : public CPackForClient //3018
|
||||
{
|
||||
BattleSetStackProperty(){type = 3018;};
|
||||
|
||||
enum BattleStackProperty {CASTS, CURRENT_SPELL};
|
||||
enum BattleStackProperty {CASTS, ENCHANTER_COUNTER};
|
||||
|
||||
DLL_EXPORT void applyGs(CGameState *gs);
|
||||
//void applyCl(CClient *cl){};
|
||||
|
Reference in New Issue
Block a user