Factual correction
(added note about 0 return for non exist unit) |
(Factual correction) |
||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | {{wowapi}} __NOTOC__ | ||
Returns the maximum health of the specified unit | Returns the maximum health of the specified unit. | ||
local max_health = UnitHealthMax(unit); | local max_health = UnitHealthMax(unit); | ||