[8439] Fixed counting loaded extra spell bonuses.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
win 2009-08-29 23:36:08 +04:00 committed by VladimirMangos
parent 016dc29e5d
commit 4d413e4a87
2 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -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__