Core: Updated to 11.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/f9bf082be962d45de79f936d625f644253e9b810)
This commit is contained in:
@@ -399,6 +399,7 @@ namespace Game.Networking.Packets
|
||||
public uint QuestFlags;
|
||||
public uint QuestFlagsEx;
|
||||
public uint QuestFlagsEx2;
|
||||
public uint QuestFlagsEx3;
|
||||
|
||||
public void Write(WorldPacket data)
|
||||
{
|
||||
@@ -409,6 +410,7 @@ namespace Game.Networking.Packets
|
||||
data.WriteUInt32(QuestFlags);
|
||||
data.WriteUInt32(QuestFlagsEx);
|
||||
data.WriteUInt32(QuestFlagsEx2);
|
||||
data.WriteUInt32(QuestFlagsEx3);
|
||||
|
||||
data.WriteBit(Repeatable);
|
||||
data.WriteBit(ResetByScheduler);
|
||||
|
||||
Reference in New Issue
Block a user