[6925] Correctly show loaded 100% for empty playercreateinfo_item.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
begemot 2008-12-21 00:13:07 +03:00 committed by tomrus88
parent d4a69e4789
commit 128f808858
2 changed files with 3 additions and 1 deletions

View file

@ -2152,6 +2152,8 @@ void ObjectMgr::LoadPlayerInfo()
{ {
barGoLink bar( 1 ); barGoLink bar( 1 );
bar.step();
sLog.outString(); sLog.outString();
sLog.outString( ">> Loaded %u custom player create items", count ); sLog.outString( ">> Loaded %u custom player create items", count );
} }

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 "6924" #define REVISION_NR "6925"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__