Core: Updated to 11.1.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/23624ed75abc8cbb77bb2e24a08e0836e4c41db5)
This commit is contained in:
@@ -254,13 +254,13 @@ namespace Game.Networking.Packets
|
||||
_worldPacket.WriteInt32(OriginalHonor);
|
||||
_worldPacket.WriteInt32(Honor);
|
||||
_worldPacket.WritePackedGuid(Target);
|
||||
_worldPacket.WriteUInt32(Rank);
|
||||
_worldPacket.WriteInt8(Rank);
|
||||
}
|
||||
|
||||
public int OriginalHonor;
|
||||
public int Honor;
|
||||
public ObjectGuid Target;
|
||||
public uint Rank;
|
||||
public sbyte Rank;
|
||||
}
|
||||
|
||||
class BreakTarget : ServerPacket
|
||||
|
||||
Reference in New Issue
Block a user