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

5 lines
302 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