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 39bdc7223..b19d06bb0 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1234,6 +1234,7 @@ int Client::gameExec() delete spellManager; spellManager = new SpellManager; + delete spellShortcut; spellShortcut = new SpellShortcut; // Load XML databases |