*Remove data from world.sql - it exists now only for structure documentation.

*Remove debug spell_check command - such things shouldn't belong to core.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-07-31 15:35:31 +02:00
parent 9b56360b4c
commit 0fdd7cd5de
6 changed files with 0 additions and 12394 deletions

View File

@@ -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. ";