Core/PacketIO: Remove packet handlers for deleted opcodes
Port From (https://github.com/TrinityCore/TrinityCore/commit/83b32667940844a257059965711284c9ab38ce44)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user