Skip to content

Commit

Permalink
Fix save query
Browse files Browse the repository at this point in the history
Thx LordJZ for pointing
  • Loading branch information
zergtmn committed May 16, 2011
1 parent 15e426c commit 0675e64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/game/Player.cpp
Expand Up @@ -17277,8 +17277,6 @@ void Player::SaveToDB()
}
uberInsert.addString(ss);

uberInsert.addUInt32(0); // FIXME 4x GetUInt32Value(PLAYER_AMMO_ID));

for(uint32 i = 0; i < KNOWN_TITLES_SIZE*2; ++i ) //string
{
ss << GetUInt32Value(PLAYER__FIELD_KNOWN_TITLES + i) << " ";
Expand Down

0 comments on commit 0675e64

Please sign in to comment.