Core/LFG: Sanitize LFG roles sent by clients
Port From (https://github.com/TrinityCore/TrinityCore/commit/4431df1f136372319dd6f73c4d28c4e0ef0dcb2c)
This commit is contained in:
@@ -26,7 +26,8 @@ namespace Framework.Constants
|
||||
Leader = 0x01,
|
||||
Tank = 0x02,
|
||||
Healer = 0x04,
|
||||
Damage = 0x08
|
||||
Damage = 0x08,
|
||||
Any = Leader | Tank | Healer | Damage
|
||||
}
|
||||
|
||||
public enum LfgUpdateType
|
||||
|
||||
Reference in New Issue
Block a user