diff options
| author | maximius <none@none> | 2009-09-14 16:02:13 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-09-14 16:02:13 -0700 |
| commit | b37f9b1e55bd4b80597b8b8c3f461aad70ccc5c1 (patch) | |
| tree | c637055aab5d8f0e733fc611fada42c43ad04d83 /src/game/WorldSession.cpp | |
| parent | 7b664c8c9fdda2b963f7883684a2f31d0f79551b (diff) | |
*Merged MaNGOS [8458], [8475], [8476] by ogeraisi, thanks to all authors :)
--HG--
branch : trunk
Diffstat (limited to 'src/game/WorldSession.cpp')
| -rw-r--r-- | src/game/WorldSession.cpp | 4 |
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; } |
