Core/PacketIO: Updated opcodes and packet structures to 7.3.5

This commit is contained in:
Shauren
2018-02-10 01:24:00 +01:00
parent c9465979c6
commit 4af15915bc
43 changed files with 1234 additions and 1043 deletions

View File

@@ -515,7 +515,7 @@ void GuildMgr::LoadGuildRewards()
Field* fields = result->Fetch();
reward.ItemID = fields[0].GetUInt32();
reward.MinGuildRep = fields[1].GetUInt8();
reward.RaceMask = fields[2].GetInt32();
reward.RaceMask = fields[2].GetUInt64();
reward.Cost = fields[3].GetUInt64();
if (!sObjectMgr->GetItemTemplate(reward.ItemID))