[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 );
bar.step();
sLog.outString();
sLog.outString( ">> Loaded %u custom player create items", count );
}