Core/PacketIO: Updated packet structures to 9.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/d3c4216de8e1dcb9f62d2fcc1b9b72852e5409c9)
This commit is contained in:
@@ -83,7 +83,9 @@ namespace Game
|
||||
comp.SetFacing(packet.Header.Facing);
|
||||
comp.SetChatLog(packet.ChatLog);
|
||||
comp.SetTargetCharacterGuid(packet.TargetCharacterGUID);
|
||||
comp.SetComplaintType((GMSupportComplaintType)packet.ComplaintType);
|
||||
comp.SetReportType((ReportType)packet.ReportType);
|
||||
comp.SetMajorCategory((ReportMajorCategory)packet.MajorCategory);
|
||||
comp.SetMinorCategoryFlags((ReportMinorCategory)packet.MinorCategoryFlags);
|
||||
comp.SetNote(packet.Note);
|
||||
|
||||
Global.SupportMgr.AddTicket(comp);
|
||||
|
||||
Reference in New Issue
Block a user