Core/PacketIO: Updated packet structures to 8.1.5
Port TrinityCore Commit: https://github.com/TrinityCore/TrinityCore/commit/31fda79556e55375962a3c9e46f6dbdbf6e90d18
This commit is contained in:
@@ -333,6 +333,7 @@ namespace Game.Network.Packets
|
||||
data.WriteInt32(PlayerConditionFailed);
|
||||
Item.Write(data);
|
||||
data.WriteBit(DoNotFilterOnVendor);
|
||||
data.WriteBit(Refundable);
|
||||
data.FlushBits();
|
||||
}
|
||||
|
||||
@@ -346,6 +347,7 @@ namespace Game.Network.Packets
|
||||
public int ExtendedCostID;
|
||||
public int PlayerConditionFailed;
|
||||
public bool DoNotFilterOnVendor;
|
||||
public bool Refundable;
|
||||
}
|
||||
|
||||
public class TrainerListSpell
|
||||
|
||||
Reference in New Issue
Block a user