5 lines
193 B
Lua
5 lines
193 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return boolean changed
|
|
---Sorts the quests listed in the watch frame based on the set criteria
|
|
function SortQuestWatches() end |