mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[12662] Basic implementaion of hotfixes
original author of this patch is Shauren
commit is based on 67e61b7e64
This commit is contained in:
parent
ea6eef5a13
commit
b4db2f63dd
15 changed files with 386 additions and 4 deletions
|
|
@ -448,6 +448,14 @@ bool ChatHandler::HandleReloadConditionsCommand(char* /*args*/)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool ChatHandler::HandleReloadHotfixDataCommand(char* /*args*/)
|
||||
{
|
||||
sLog.outString("Re-Loading hotfix data...");
|
||||
sObjectMgr.LoadHotfixData();
|
||||
SendGlobalSysMessage("DB table `hotfix_data` reloaded.");
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ChatHandler::HandleReloadGossipMenuCommand(char* /*args*/)
|
||||
{
|
||||
sObjectMgr.LoadGossipMenus();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue