Core/Items: Implement azerite empowered items
Port From (https://github.com/TrinityCore/TrinityCore/commit/d934824421c83598853487c5cc9e4cbb3c5d0006)
This commit is contained in:
@@ -32,12 +32,12 @@ namespace Game.Network.Packets
|
||||
public override void Read()
|
||||
{
|
||||
Type = (CollectionType)_worldPacket.ReadUInt32();
|
||||
ID = _worldPacket.ReadUInt32();
|
||||
Id = _worldPacket.ReadUInt32();
|
||||
IsFavorite = _worldPacket.HasBit();
|
||||
}
|
||||
|
||||
public CollectionType Type;
|
||||
public uint ID;
|
||||
public uint Id;
|
||||
public bool IsFavorite;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user