[12139] Fix char save

Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
Yaki Khadafi 2012-08-29 12:55:34 +03:00 committed by Antz
parent d1afa9743e
commit fe066cf94a
2 changed files with 1 additions and 5 deletions

View file

@ -17174,10 +17174,6 @@ void Player::SaveToDB()
ss << m_taxi.SaveTaxiDestinationsToString(); // string
uberInsert.addString(ss);
uberInsert.addUInt32(0); // FIXME 4x GetUInt32Value(PLAYER_FIELD_TODAY_CONTRIBUTION)
uberInsert.addUInt32(0); // FIXME 4x GetUInt32Value(PLAYER_FIELD_YESTERDAY_CONTRIBUTION)
uberInsert.addUInt32(GetUInt32Value(PLAYER_FIELD_LIFETIME_HONORBALE_KILLS));
uberInsert.addUInt16(GetUInt16Value(PLAYER_FIELD_KILLS, 0));

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12138"
#define REVISION_NR "12139"
#endif // __REVISION_NR_H__