Files
wow_Meta/api/GetEquipmentSetLocations.lua
2024-12-16 13:13:08 +01:00

6 lines
224 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param name string
---@return table itemIDs
---Returns a table listing the locations of the items in an equipment set
function GetEquipmentSetLocations(name) end