1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

rename; introduce factor

This commit is contained in:
Laserlicht
2024-09-28 15:05:13 +02:00
parent 2052a26031
commit d929bfb9d1
22 changed files with 118 additions and 100 deletions

View File

@@ -289,7 +289,7 @@ void registerTypes(Serializer &s)
s.template registerType<LobbyForceSetPlayer>(239);
s.template registerType<LobbySetExtraOptions>(240);
s.template registerType<SpellResearch>(241);
s.template registerType<SetTownSpells>(242);
s.template registerType<SetResearchedSpells>(242);
}
VCMI_LIB_NAMESPACE_END