no edit summary
(First version) |
No edit summary |
||
| Line 24: | Line 24: | ||
local base, posBuff, negBuff = UnitAttackPower("unit"); | local base, posBuff, negBuff = UnitAttackPower("unit"); | ||
local effective = base + posBuff + negBuff; | local effective = base + posBuff + negBuff; | ||
---- | ---- | ||
{{ | {{WoW API}} | ||