Core: Fix build

This commit is contained in:
DDuarte
2014-10-24 18:27:16 +01:00
parent b68ccb2e58
commit 6cb52fe4e8
2 changed files with 4 additions and 4 deletions

View File

@@ -2442,7 +2442,7 @@ public:
}
// If player found: delete his freeze aura
stmt = CharacterDatabase.GetPreparedStatement(CHAR_DEL_CHAR_AURA_FROZEN);
PreparedStatement* stmt = CharacterDatabase.GetPreparedStatement(CHAR_DEL_CHAR_AURA_FROZEN);
stmt->setUInt64(0, guid.GetCounter());
CharacterDatabase.Execute(stmt);