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

6 lines
200 B
Lua

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