Files
wow_Meta/api/GrantLevel.lua
2025-05-04 15:15:00 +02:00

7 lines
311 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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