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

7 lines
446 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number levelIncrement
---Returns the item level increment recieved when upgrading. The item level increment returned depends on the type of item, i.e. blue items recieve 8 levels per upgrade while epic items recieve 4 per upgrade (which costs half as much). This function can currently only be called when at the upgrade merchant.
function GetItemLevelIncrement() end