Core/Misc: Fix code style and a typo for recently merged in PRs

This commit is contained in:
Nay
2012-08-03 00:20:44 +01:00
parent 2060a2037a
commit f859088699
2 changed files with 17 additions and 7 deletions

View File

@@ -124,7 +124,7 @@ public:
PreparedStatement* stmt2 = WorldDatabase.GetPreparedStatement(WORLD_INS_DISABLES);
stmt2->setUInt32(0, entry);
stmt2->setUInt8(1, disableType);
stmt->setUInt16(2, flags);
stmt2->setUInt16(2, flags);
stmt2->setString(3, disableComment);
WorldDatabase.Execute(stmt2);