diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index d0abd144b..39bdc7223 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1232,6 +1232,7 @@ int Client::gameExec() TranslationManager::loadCurrentLang(); PlayerInfo::stateChange(mState); + delete spellManager; spellManager = new SpellManager; spellShortcut = new SpellShortcut; |