5 lines
254 B
Lua
5 lines
254 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number newItemLevel
|
|
---Returns an item's item level once it's been upgraded.. This function can currently only be called when at the upgrade merchant.
|
|
function GetItemUpdateLevel() end |