Skip to content

Commit

Permalink
Core/DBLayer: Build fix in addition to 25c0303
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpoz committed Sep 27, 2015
1 parent 5c3ba60 commit fcc6ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Server/WorldSession.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit fcc6ef6

Please sign in to comment.