mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-03 00:46:55 +02:00
Typo: cast is an irregular verb.
This commit is contained in:
@ -89,7 +89,7 @@ void registerTypes2(Serializer &s)
|
||||
s.template registerType<BattleAttack>();
|
||||
s.template registerType<StartAction>();
|
||||
s.template registerType<EndAction>();
|
||||
s.template registerType<SpellCasted>();
|
||||
s.template registerType<SpellCast>();
|
||||
s.template registerType<SetStackEffect>();
|
||||
s.template registerType<StacksInjured>();
|
||||
s.template registerType<ShowInInfobox>();
|
||||
@ -132,4 +132,4 @@ void registerTypes(Serializer &s)
|
||||
registerTypes1(s);
|
||||
registerTypes2(s);
|
||||
registerTypes3(s);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user