Core/DBLayer: Fix a typo in a field type/size - npc_vendor

Closes #5863
This commit is contained in:
Nay
2012-03-24 04:05:37 +00:00
parent ecbe34cdd2
commit 5a73149565
+1 -1
View File
@@ -8230,7 +8230,7 @@ int ObjectMgr::LoadReferenceVendor(int32 vendor, int32 item, std::set<uint32> *s
count += LoadReferenceVendor(vendor, -item_id, skip_vendors);
else
{
int32 maxcount = fields[1].GetInt32();
int32 maxcount = fields[1].GetUInt8(); // tinyint(3) unsigned
uint32 incrtime = fields[2].GetUInt32();
uint32 ExtendedCost = fields[3].GetUInt32();