Core/PacketIO: Fixed SMSG_SET_ANIM_TIER structure for 11.2.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/6ff8a5290395ac5e0ab7af64d3292c1913e99605)
This commit is contained in:
@@ -620,12 +620,11 @@ namespace Game.Networking.Packets
|
||||
public override void Write()
|
||||
{
|
||||
_worldPacket.WritePackedGuid(Unit);
|
||||
_worldPacket.WriteBits(Tier, 3);
|
||||
_worldPacket.FlushBits();
|
||||
_worldPacket.WriteUInt8(Tier);
|
||||
}
|
||||
|
||||
public ObjectGuid Unit;
|
||||
public int Tier;
|
||||
public byte Tier;
|
||||
}
|
||||
|
||||
public class StartMirrorTimer : ServerPacket
|
||||
|
||||
Reference in New Issue
Block a user