mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[8761] typo fix and codestyle
typo was at PetLevelInfo loading which didn't display the progressbar right when there was no petlevelinfo available
This commit is contained in:
parent
84573285db
commit
e83563b671
5 changed files with 9 additions and 11 deletions
|
|
@ -2163,10 +2163,11 @@ void ObjectMgr::LoadPetLevelInfo()
|
|||
if (!result)
|
||||
{
|
||||
barGoLink bar( 1 );
|
||||
bar.step();
|
||||
|
||||
sLog.outString();
|
||||
sLog.outString( ">> Loaded %u level pet stats definitions", count );
|
||||
sLog.outErrorDb( "Error loading `pet_levelstats` table or empty table.");
|
||||
sLog.outString(">> Loaded %u level pet stats definitions", count);
|
||||
sLog.outErrorDb("Error loading `pet_levelstats` table or empty table.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue