Core/PacketIO: updated SMSG_FEATURE_SYSTEM_STATUS
Port From (https://github.com/TrinityCore/TrinityCore/commit/931ca1e54675a6c1fc5d4a30e65a650807022eb4)
This commit is contained in:
@@ -2931,4 +2931,11 @@ namespace Framework.Constants
|
||||
Normal = 0,
|
||||
PetBattle = 1
|
||||
}
|
||||
|
||||
public enum ComplaintStatus
|
||||
{
|
||||
Disabled = 0,
|
||||
EnabledWithoutAutoIgnore = 1,
|
||||
EnabledWithAutoIgnore = 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user