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

5 lines
306 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---Grants a level to the player's Recruit-a-Friend partner. Does not immediately cause the partner character to level up: that player is given a chance to accept or decline the offered level.
function GrantLevel(unit) end