Core: Updated to 11.1.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/23624ed75abc8cbb77bb2e24a08e0836e4c41db5)
This commit is contained in:
@@ -793,13 +793,13 @@ namespace Game.Networking.Packets
|
||||
|
||||
public class EnableBarberShop : ServerPacket
|
||||
{
|
||||
public byte CustomizationScope;
|
||||
public uint CustomizationFeatureMask;
|
||||
|
||||
public EnableBarberShop() : base(ServerOpcodes.EnableBarberShop) { }
|
||||
|
||||
public override void Write()
|
||||
{
|
||||
_worldPacket.WriteUInt8(CustomizationScope);
|
||||
_worldPacket.WriteUInt32(CustomizationFeatureMask);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user