upgraded deprecated template
No edit summary |
(upgraded deprecated template) |
||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
With no parameters it appears to return a value describing the '''base''' resistance to physical or magical damage. | With no parameters it appears to return a value describing the '''base''' resistance to physical or magical damage. | ||
| Line 45: | Line 46: | ||
/script A,B,C,D = UnitResistance("player",0)); SendChatMessage("My total armor is "..B); | /script A,B,C,D = UnitResistance("player",0)); SendChatMessage("My total armor is "..B); | ||