Core/Misc: Rename void storage related prep. statements to comply with standards

This commit is contained in:
Nay
2012-09-05 02:55:42 +01:00
parent 459454cbe4
commit 41cf99f1d9
4 changed files with 9 additions and 9 deletions

View File

@@ -110,7 +110,7 @@ bool LoginQueryHolder::Initialize()
stmt->setUInt32(0, lowGuid);
res &= SetPreparedQuery(PLAYER_LOGIN_QUERY_LOADINVENTORY, stmt);
stmt = CharacterDatabase.GetPreparedStatement(CHAR_SEL_VOID_STORAGE);
stmt = CharacterDatabase.GetPreparedStatement(CHAR_SEL_CHAR_VOID_STORAGE);
stmt->setUInt32(0, lowGuid);
res &= SetPreparedQuery(PLAYER_LOGIN_QUERY_LOADVOIDSTORAGE, stmt);