Files
wow_Meta/api/GuildRosterSetPublicNote.lua
2025-05-04 14:35:26 +02:00

7 lines
197 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