View Single Post
11-01-18, 07:52 AM   #1
Kenjub
A Deviate Faerie Dragon
Join Date: Jul 2018
Posts: 15
WA permanently up even though it's timed?

Code:
 function()
    local duration = 1 -- Gives us a Timer
    aura_env.start = GetTime()
    
    return duration, aura_env.start + duration
end
Have a weakaura that shows enter/leave combat, and it should only pop up for a second but it's permanently up on my screen - any errors with this code?
  Reply With Quote