mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
*Update to Mangos 6963.
--HG-- branch : trunk
This commit is contained in:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user