Files
wow-weakauras/WIP/Icey AP/Pred AP.lua
2024-08-24 22:43:07 +02:00

5 lines
159 B
Lua

function()
local AP = UnitPower("player") --Get astral power and max power
local maxAP = UnitPowerMax("player")
return maxAP - AP, maxAP, 1
end