From 0675e64ba1ced664167a328307d5d9c4b12669f3 Mon Sep 17 00:00:00 2001 From: zergtmn Date: Tue, 17 May 2011 03:17:27 +0600 Subject: [PATCH] Fix save query Thx LordJZ for pointing --- src/game/Player.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/game/Player.cpp b/src/game/Player.cpp index ea8bdc26f3f..d6999c5bdbd 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -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) << " ";