Retail - Fix aura_env being unavailable in some condition checks
https://github.com/WeakAuras/WeakAuras2/issues/2949
This commit is contained in:
@@ -135,7 +135,9 @@ function WeakAuras.scheduleConditionCheck(time, uid, cloneId)
|
||||
conditionChecksTimers.recheckHandle[uid][cloneId] = nil;
|
||||
local region = Private.GetRegionByUID(uid, cloneId)
|
||||
if (region and region.toShow) then
|
||||
Private.ActivateAuraEnvironmentForRegion(region)
|
||||
checkConditions[uid](region);
|
||||
Private.ActivateAuraEnvironment()
|
||||
end
|
||||
end, time - GetTime())
|
||||
conditionChecksTimers.recheckTime[uid][cloneId] = time;
|
||||
|
||||
Reference in New Issue
Block a user