WoW:API UnitRangedAttack: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
local base, modifier = UnitRangedAttack("player"); | local base, modifier = UnitRangedAttack("player"); | ||
local effective = base + modifier; | local effective = base + modifier; | ||
---- | ---- | ||
{{ | {{WoW API}} | ||