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

6 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