mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-23 00:28:08 +02:00
Fixed (unnecessary?) deadlock in BattleStacksRemoved. Daemon summoning is pretty functional.
This commit is contained in:
@ -150,6 +150,7 @@ void registerTypes2(Serializer &s)
|
||||
s.template registerType<EndAction>();
|
||||
s.template registerType<BattleSpellCast>();
|
||||
s.template registerType<SetStackEffect>();
|
||||
s.template registerType<BattleSetStackProperty>();
|
||||
s.template registerType<StacksInjured>();
|
||||
s.template registerType<BattleResultsApplied>();
|
||||
s.template registerType<StacksHealedOrResurrected>();
|
||||
|
Reference in New Issue
Block a user