summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/account-server/storage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/account-server/storage.cpp b/src/account-server/storage.cpp
index 15f4d9ae..2ba1e911 100644
--- a/src/account-server/storage.cpp
+++ b/src/account-server/storage.cpp
@@ -759,7 +759,6 @@ bool Storage::updateCharacter(CharacterData *character)
<< character->getDatabaseID() << "';";
mDb->execSql(deleteSql.str());
// In with the new
- std::set<int>::const_iterator ability_it, ability_it_end;
for (int abilityId : character->getAbilities())
{
insertSql.str("");