diff options
Diffstat (limited to 'src/spellmanager.cpp')
-rw-r--r-- | src/spellmanager.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/spellmanager.cpp b/src/spellmanager.cpp index f845246fd..fb0a338d5 100644 --- a/src/spellmanager.cpp +++ b/src/spellmanager.cpp @@ -325,7 +325,8 @@ void SpellManager::save() serverConfig.setValue("commandShortcutFlags" + toString(i), strprintf("%u %u %u %u %u %u", spell->getCommandType(), spell->getTargetType(), spell->getBaseLvl(), - spell->getSchool(), spell->getSchoolLvl(), spell->getMana())); + spell->getSchool(), spell->getSchoolLvl(), + spell->getMana())); } else { |