diff --git a/Moose Development/Moose/Functional/Range.lua b/Moose Development/Moose/Functional/Range.lua index 6b4a3bc14..e7aa20889 100644 --- a/Moose Development/Moose/Functional/Range.lua +++ b/Moose Development/Moose/Functional/Range.lua @@ -3018,7 +3018,7 @@ function RANGE:_CheckInZone( _unitName ) if shots and accur then _text = _text .. string.format( "\nTotal rounds fired %d. Accuracy %.1f %%.", shots, accur ) end - _text = _text .. string.format( "\n%s", _result.text ) + _text = _text .. string.format( "\n%s", resulttext ) -- Send message. self:_DisplayMessageToGroup( _unit, _text )