Range indicator not working for player
Nils89 opened this issue ยท 2 comments
With the TWW update, the player itself will always been shown out of range.
This is how I set up the Range indicator:
local function Construct_RangeIndicator(frame)
local range = {
insideAlpha = 1,
outsideAlpha = 0.2,
}
return range
end