5 lines
215 B
Lua
5 lines
215 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param enable boolean
|
|
---Enabling this if your character is below level 10 will allow you to join a raid group.
|
|
function SetAllowLowLevelRaid(enable) end |