Core/DBLayer: Fix a typo in a field type/size - npc_vendor
Closes #5863
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user