aboutsummaryrefslogtreecommitdiff
path: root/src/game/Debugcmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Debugcmds.cpp')
-rw-r--r--src/game/Debugcmds.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/game/Debugcmds.cpp b/src/game/Debugcmds.cpp
index e504865cbc3..a3faf1ec746 100644
--- a/src/game/Debugcmds.cpp
+++ b/src/game/Debugcmds.cpp
@@ -801,14 +801,6 @@ bool ChatHandler::HandleDebugSpawnVehicle(const char* args)
return true;
}
-bool ChatHandler::HandleDebugSpellCheckCommand(const char* /*args*/)
-{
- sLog.outString( "Check expected in code spell properties base at table 'spell_check' content...");
- spellmgr.CheckUsedSpells("spell_check");
- return true;
-}
-
-
bool ChatHandler::HandleDebugSendLargePacketCommand(const char* /*args*/)
{
const char* stuffingString = "This is a dummy string to push the packet's size beyond 128000 bytes. ";