From e252b8abe764e5e348e8ec89deec944729437147 Mon Sep 17 00:00:00 2001 From: Spp Date: Mon, 30 Aug 2010 23:07:14 +0200 Subject: Core: Fix more warnings --HG-- branch : trunk --- src/server/shared/DataStores/DBCStore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/shared') diff --git a/src/server/shared/DataStores/DBCStore.h b/src/server/shared/DataStores/DBCStore.h index b8e3eff92a5..4659b082254 100644 --- a/src/server/shared/DataStores/DBCStore.h +++ b/src/server/shared/DataStores/DBCStore.h @@ -97,7 +97,7 @@ class DBCStorage result = WorldDatabase.Query(query.c_str()); if (result) { - sqlRecordCount = result->GetRowCount(); + sqlRecordCount = uint32(result->GetRowCount()); if (sql->indexPos >= 0) { fields = result->Fetch(); -- cgit v1.2.3