Core/PacketIO: Update opcodes and packet structures to 8.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/ee2e49429f4383732b4e0f39b493470b9c1dd10c)
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Game.Network.Packets
|
||||
public ObjectGuid Target;
|
||||
}
|
||||
|
||||
public class ProposeLevelGrant : ServerPacket
|
||||
/*public class ProposeLevelGrant : ServerPacket
|
||||
{
|
||||
public ProposeLevelGrant() : base(ServerOpcodes.ProposeLevelGrant) { }
|
||||
|
||||
@@ -55,7 +55,7 @@ namespace Game.Network.Packets
|
||||
}
|
||||
|
||||
public ObjectGuid Sender;
|
||||
}
|
||||
}*/
|
||||
|
||||
public class ReferAFriendFailure : ServerPacket
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user