[gunzemulator] r357 committed - Fixed some gcc warnings.

0 views
Skip to first unread message

gunzem...@googlecode.com

unread,
Jun 28, 2010, 12:34:48 PM6/28/10
to gogo-dev...@googlegroups.com
Revision: 357
Author: cg.wowus.cg
Date: Mon Jun 28 09:34:06 2010
Log: Fixed some gcc warnings.
http://code.google.com/p/gunzemulator/source/detail?r=357

Modified:
/trunk/database/src/MySQL/modules/GetEquipment.cpp

=======================================
--- /trunk/database/src/MySQL/modules/GetEquipment.cpp Thu Jun 24 17:29:27
2010
+++ /trunk/database/src/MySQL/modules/GetEquipment.cpp Mon Jun 28 09:34:06
2010
@@ -32,6 +32,15 @@
Item temp;
for(size_t i = 1, size = row.size(); i < size; ++i)
{
+ // TODO: Populate the items with REAL information.
+ temp.ItemID = 0xFFFFFFFF;
+ temp.Level = 0xFF;
+ temp.MaxWT = 0xFFFFFFFF;
+ temp.Price = 0xFFFFFFFF;
+ temp.RentHour = 0xFFFFFFFF;
+ temp.Sex = 0xFF;
+ temp.Weight = 0xFFFFFFFF;
+
temp.ItemCID = row[i];
ret.push_back(temp);
}

Reply all
Reply to author
Forward
0 new messages