Guest User

Untitled

a guest
Dec 11th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function()
  2. local p = math.max(0, UnitMana("player")) / math.max(1, UnitManaMax("player")) * 100;
  3. return string.format("%.f", p) .. "%%";
  4. end
Add Comment
Please, Sign In to add comment