[9893] Fixed some spelling typos in function/structure names.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
nos4r2zod 2010-05-15 04:09:35 +04:00 committed by VladimirMangos
parent 19b5d777cd
commit 34a1cc31d0
5 changed files with 10 additions and 10 deletions

View file

@ -579,7 +579,7 @@ bool ChatHandler::HandleReloadSpellProcEventCommand(const char*)
bool ChatHandler::HandleReloadSpellBonusesCommand(const char*)
{
sLog.outString( "Re-Loading Spell Bonus Data..." );
sSpellMgr.LoadSpellBonusess();
sSpellMgr.LoadSpellBonuses();
SendGlobalSysMessage("DB table `spell_bonus_data` (spell damage/healing coefficients) reloaded.");
return true;
}