Core: Fix build

This commit is contained in:
Vincent_Michael
2013-01-03 23:48:50 +01:00
parent 00ca57e2cf
commit 0f71fd8e23

View File

@@ -929,14 +929,6 @@ public:
return true;
}
static bool HandleReloadItemSetNamesCommand(ChatHandler* handler, const char* /*args*/)
{
sLog->outInfo(LOG_FILTER_GENERAL, "Re-Loading Item set names...");
sObjectMgr->LoadItemSetNames();
handler->SendGlobalGMSysMessage("DB table `item_set_names` reloaded.");
return true;
}
static bool HandleReloadEventScriptsCommand(ChatHandler* handler, const char* args)
{
if (sScriptMgr->IsScriptScheduled())