Core/PacketIO: Remove packet handlers for deleted opcodes

Port From (https://github.com/TrinityCore/TrinityCore/commit/83b32667940844a257059965711284c9ab38ce44)
This commit is contained in:
hondacrx
2022-07-19 20:26:25 -04:00
parent 73569d5232
commit 8a29b531ed
5 changed files with 16 additions and 351 deletions
@@ -35,17 +35,6 @@ namespace Framework.Constants
HordeAllianceChallenge
}
public enum BFLeaveReason
{
Close = 1,
//BF_LEAVE_REASON_UNK1 = 2, (not used)
//BF_LEAVE_REASON_UNK2 = 4, (not used)
Exited = 8,
LowLevel = 10,
NotWhileInRaid = 15,
Deserter = 16
}
public enum BattlefieldState
{
Inactive = 0,