mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[8439] Fixed counting loaded extra spell bonuses.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
016dc29e5d
commit
4d413e4a87
2 changed files with 3 additions and 1 deletions
|
|
@ -1000,6 +1000,8 @@ void SpellMgr::LoadSpellBonusess()
|
|||
DoSpellBonusess worker(sbe);
|
||||
doForHighRanks(entry,worker);
|
||||
|
||||
++count;
|
||||
|
||||
} while( result->NextRow() );
|
||||
|
||||
delete result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue