diff --git a/src/game/Player.cpp b/src/game/Player.cpp index e932572c8..9296cdf34 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -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)); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 5e1ab2611..2b3341712 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "12138" + #define REVISION_NR "12139" #endif // __REVISION_NR_H__