Core/DBLayer: Yet Another Typo Fix To Player::SaveToDB()

This commit is contained in:
Nay
2011-11-26 15:40:10 +00:00
parent fcd28e5dad
commit 310af5bb76

View File

@@ -18481,7 +18481,7 @@ void Player::SaveToDB(bool create /*=false*/)
ss.str("");
for (uint32 i = 0; i < KNOWN_TITLES_SIZE*2; ++i)
ss << GetUInt32Value(PLAYER__FIELD_KNOWN_TITLES + i);
ss << GetUInt32Value(PLAYER__FIELD_KNOWN_TITLES + i) << ' ';
stmt->setString(index++, ss.str());
stmt->setUInt8(index++, GetByteValue(PLAYER_FIELD_BYTES, 2));