DB/Misc: Sync some database fields no with 4.3.4

This commit is contained in:
Aokromes
2017-03-20 14:01:02 +01:00
parent a444460f84
commit 0016baf3bd
9 changed files with 125 additions and 104 deletions

View File

@@ -867,9 +867,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;
}