Files
wow-weakauras/Meta/api/GuildRosterSetPublicNote.lua
2024-11-07 23:12:37 +01:00

6 lines
203 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param note string
---Sets the public note for a guild member
function GuildRosterSetPublicNote(index, note) end