Core/Packets: updated char rename customize and factionchange packets

This commit is contained in:
joschiwald
2014-11-12 16:36:05 +01:00
parent 61a6daf086
commit f4926e0a8c
14 changed files with 675 additions and 371 deletions

View File

@@ -367,7 +367,7 @@ public:
}
// Remove declined name from db
stmt = CharacterDatabase.GetPreparedStatement(CHAR_DEL_DECLINED_NAME);
stmt = CharacterDatabase.GetPreparedStatement(CHAR_DEL_CHAR_DECLINED_NAME);
stmt->setUInt64(0, targetGuid.GetCounter());
CharacterDatabase.Execute(stmt);