aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r--src/game/ObjectMgr.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp
index 16ef4a26a34..bdf9e0328f2 100644
--- a/src/game/ObjectMgr.cpp
+++ b/src/game/ObjectMgr.cpp
@@ -2183,8 +2183,7 @@ void ObjectMgr::LoadPlayerInfo()
barGoLink bar( 1 );
sLog.outString();
- sLog.outString( ">> Loaded %u player create items", count );
- sLog.outErrorDb( "Error loading `playercreateinfo_item` table or empty table.");
+ sLog.outString( ">> Loaded %u custom player create items", count );
}
else
{
@@ -2236,7 +2235,7 @@ void ObjectMgr::LoadPlayerInfo()
delete result;
sLog.outString();
- sLog.outString( ">> Loaded %u player create items", count );
+ sLog.outString( ">> Loaded %u custom player create items", count );
}
}