mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +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);
|
DoSpellBonusess worker(sbe);
|
||||||
doForHighRanks(entry,worker);
|
doForHighRanks(entry,worker);
|
||||||
|
|
||||||
|
++count;
|
||||||
|
|
||||||
} while( result->NextRow() );
|
} while( result->NextRow() );
|
||||||
|
|
||||||
delete result;
|
delete result;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8438"
|
#define REVISION_NR "8439"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue