1
0
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:
Frank Zago
2009-05-12 03:35:51 +00:00
parent 68d106ff1a
commit 788343dd1d
15 changed files with 38 additions and 38 deletions

View File

@ -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);
}
}