Core/Misc: Sync database schema with master

This commit is contained in:
Chazy Chaz
2017-04-18 13:06:09 +02:00
committed by Aokromes
parent db0da2cf5c
commit fbbe247114
12 changed files with 269 additions and 176 deletions

View File

@@ -862,9 +862,9 @@ public:
static bool HandleReloadPageTextsCommand(ChatHandler* handler, const char* /*args*/)
{
TC_LOG_INFO("misc", "Re-Loading Page Texts...");
TC_LOG_INFO("misc", "Re-Loading Page Text...");
sObjectMgr->LoadPageTexts();
handler->SendGlobalGMSysMessage("DB table `page_texts` reloaded.");
handler->SendGlobalGMSysMessage("DB table `page_text` reloaded.");
return true;
}