mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[12139] Fix char save
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
d1afa9743e
commit
fe066cf94a
2 changed files with 1 additions and 5 deletions
|
|
@ -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));
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12138"
|
||||
#define REVISION_NR "12139"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue