diff options
author | megamage <none@none> | 2008-12-28 12:10:31 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-28 12:10:31 -0600 |
commit | e2ee47fb355c3ff59c54cd1bd3f2c8b329c8a108 (patch) | |
tree | 806cf365e082008f8b2a22c37f2076d4de7c0006 /src/game/Level3.cpp | |
parent | 3bbf8d6be8cd67d99fc8c1df3a971fe4e7e680ef (diff) |
*Update to Mangos 6963.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Level3.cpp')
-rw-r--r-- | src/game/Level3.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index ae0ea508308..aef91bf1e9c 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -54,14 +54,6 @@ #include "InstanceData.h" //reload commands -bool ChatHandler::HandleReloadCommand(const char* arg) -{ - // this is error catcher for wrong table name in .reload commands - PSendSysMessage("Db table with name starting from '%s' not found and can't be reloaded.",arg); - SetSentErrorMessage(true); - return false; -} - bool ChatHandler::HandleReloadAllCommand(const char*) { HandleReloadAreaTriggerTeleportCommand(""); |