mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Fixed one bad condition; and a compile fix.
This commit is contained in:
@@ -1504,7 +1504,7 @@ struct BattleStackAdded : public CPackForClient //3017
|
||||
|
||||
struct BattleSetStackProperty : public CPackForClient //3018
|
||||
{
|
||||
struct BattleSetStackProperty(){type = 3018;};
|
||||
BattleSetStackProperty(){type = 3018;};
|
||||
|
||||
enum BattleStackProperty {CASTS, CURRENT_SPELL};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user