Result changed in 6.0.3
m (If the return values are true or nil, then the second half of the IF block will never fire, so I removed it. Could have changed it to "==", but then there would be two calls to UnitIsPlayer()) |
(Result changed in 6.0.3) |
||
| Line 13: | Line 13: | ||
;''Returns'' | ;''Returns'' | ||
:''True/ | :''True/False'' | ||
---- | ---- | ||
| Line 24: | Line 24: | ||
--Do something else | --Do something else | ||
end | end | ||
Seems like in 6.0.3 it returns True/False | |||