4 lines
485 B
Lua
4 lines
485 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---Returns the dungeonID of the random dungeon group that provides the best loot for the player.. The dungeonID that is returned refers to an integer found in LFGDungeons.dbc. This function is normally used only for initialization of the LFGQueueFrame in FrameXML LFDFrame.lua. You can programatically join the suggested queue for a random dungeon for which your character is eligible.
|
|
function GetRandomDungeonBestChoice() end |