From e0ffae436c339b7dba3249ba62ca4a3362a6eba7 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 12 Sep 2010 19:17:58 +0200 Subject: Core/Quests: Fixed remaining issues with quest crediting (note: previous commits did not introduce issues, only revealed them) Core/DBLayer: Fixed more compile warnings Core/Spells: Corrected code style from revision 634af79146 Closes issue #3956. --HG-- branch : trunk --- src/server/shared/Database/QueryResult.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/server/shared/Database/QueryResult.h') diff --git a/src/server/shared/Database/QueryResult.h b/src/server/shared/Database/QueryResult.h index 3aef0d13a5a..096c562b33c 100755 --- a/src/server/shared/Database/QueryResult.h +++ b/src/server/shared/Database/QueryResult.h @@ -114,7 +114,7 @@ class ResultBind CleanUp(); // Clean up buffer } - void BindResult(uint32& num_rows); + void BindResult(uint64& num_rows); protected: MYSQL_BIND* m_rBind; @@ -228,8 +228,8 @@ class PreparedResultSet } ResultBind* rbind; - uint32 row_position; - uint32 num_rows; + uint64 row_position; + uint64 num_rows; }; typedef ACE_Refcounted_Auto_Ptr PreparedQueryResult; -- cgit v1.2.3