Core/LootMgr: Forgot to change this. Found by Vincent Micheal

This commit is contained in:
Malcrom
2014-09-27 23:17:29 -02:30
parent 8a7f06fe43
commit ad336996ee

View File

@@ -151,7 +151,7 @@ uint32 LootStore::LoadLootTable()
bool needsquest = fields[4].GetBool();
uint16 lootmode = fields[5].GetUInt16();
uint8 groupid = fields[6].GetUInt8();
int32 mincount = fields[7].GetInt32();
int32 mincount = fields[7].GetUInt8();
int32 maxcount = fields[8].GetUInt8();
if (maxcount > std::numeric_limits<uint8>::max())