aboutsummaryrefslogtreecommitdiff
path: root/src/game/WorldSession.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/WorldSession.cpp')
-rw-r--r--src/game/WorldSession.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/WorldSession.cpp b/src/game/WorldSession.cpp
index 4cb251d6524..93e3937e168 100644
--- a/src/game/WorldSession.cpp
+++ b/src/game/WorldSession.cpp
@@ -603,14 +603,14 @@ void WorldSession::LoadAccountData(QueryResult* result, uint32 mask)
if (type >= NUM_ACCOUNT_DATA_TYPES)
{
sLog.outError("Table `%s` have invalid account data type (%u), ignore.",
- mask == GLOBAL_CACHE_MASK ? "account_data" : "character_account_data");
+ mask == GLOBAL_CACHE_MASK ? "account_data" : "character_account_data", type);
continue;
}
if ((mask & (1 << type))==0)
{
sLog.outError("Table `%s` have non appropriate for table account data type (%u), ignore.",
- mask == GLOBAL_CACHE_MASK ? "account_data" : "character_account_data");
+ mask == GLOBAL_CACHE_MASK ? "account_data" : "character_account_data", type);
continue;
}