From fcc6ef6b1881196bbcebf5949fe682056b366b46 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sun, 27 Sep 2015 17:19:49 +0200 Subject: Core/DBLayer: Build fix in addition to 25c03039768fefa79dd75d491997c28e451a09a7 --- src/server/game/Server/WorldSession.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server') diff --git a/src/server/game/Server/WorldSession.cpp b/src/server/game/Server/WorldSession.cpp index e6896003175..53da37bc730 100644 --- a/src/server/game/Server/WorldSession.cpp +++ b/src/server/game/Server/WorldSession.cpp @@ -709,7 +709,7 @@ void WorldSession::LoadAccountData(PreparedQueryResult result, uint32 mask) void WorldSession::SetAccountData(AccountDataType type, time_t tm, std::string const& data) { uint32 id = 0; - uint32 index = 0; + CharacterDatabaseStatements index; if ((1 << type) & GLOBAL_CACHE_MASK) { id = GetAccountId(); -- cgit v1.2.3