From 140ec674a040bdc04086472330a289c2d15ecc65 Mon Sep 17 00:00:00 2001 From: maximius Date: Mon, 14 Sep 2009 16:49:23 -0700 Subject: Backed out changeset d3fe2d6d504a (please test your patches thoroughly before getting me to push them ogeraisi) --HG-- branch : trunk --- src/game/WorldSession.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/WorldSession.cpp') diff --git a/src/game/WorldSession.cpp b/src/game/WorldSession.cpp index 93e3937e168..4cb251d6524 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", type); + mask == GLOBAL_CACHE_MASK ? "account_data" : "character_account_data"); 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", type); + mask == GLOBAL_CACHE_MASK ? "account_data" : "character_account_data"); continue; } -- cgit v1.2.3