mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[10851] Small function order in sources update.
This commit is contained in:
parent
92ce21d009
commit
76a6e54e10
2 changed files with 9 additions and 9 deletions
|
|
@ -566,6 +566,14 @@ bool ChatHandler::HandleReloadSpellAreaCommand(char* /*args*/)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool ChatHandler::HandleReloadSpellBonusesCommand(char* /*args*/)
|
||||
{
|
||||
sLog.outString( "Re-Loading Spell Bonus Data..." );
|
||||
sSpellMgr.LoadSpellBonuses();
|
||||
SendGlobalSysMessage("DB table `spell_bonus_data` (spell damage/healing coefficients) reloaded.");
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ChatHandler::HandleReloadSpellChainCommand(char* /*args*/)
|
||||
{
|
||||
sLog.outString( "Re-Loading Spell Chain Data... " );
|
||||
|
|
@ -598,14 +606,6 @@ bool ChatHandler::HandleReloadSpellProcEventCommand(char* /*args*/)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool ChatHandler::HandleReloadSpellBonusesCommand(char* /*args*/)
|
||||
{
|
||||
sLog.outString( "Re-Loading Spell Bonus Data..." );
|
||||
sSpellMgr.LoadSpellBonuses();
|
||||
SendGlobalSysMessage("DB table `spell_bonus_data` (spell damage/healing coefficients) reloaded.");
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ChatHandler::HandleReloadSpellProcItemEnchantCommand(char* /*args*/)
|
||||
{
|
||||
sLog.outString( "Re-Loading Spell Proc Item Enchant..." );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue