encounter drop inCombat check for now

(cherry picked from commit 8d4d397c6273f5d7b5088bd89a0cc3606f0e0a3c)
This commit is contained in:
NoM0Re
2025-10-26 23:14:04 +01:00
committed by andrew6180
parent 97a26222d0
commit aaef2a5227
+1 -1
View File
@@ -1606,7 +1606,7 @@ local function scanForLoadsImpl(toCheck, event, arg1, ...)
local size, difficulty = GetInstanceTypeAndSize() local size, difficulty = GetInstanceTypeAndSize()
if (WeakAuras.CurrentEncounter) then if (WeakAuras.CurrentEncounter) then
if (zone ~= WeakAuras.CurrentEncounter.zone_id and not inCombat) then if (zone ~= WeakAuras.CurrentEncounter.zone_id) then
encounter_id = 0 encounter_id = 0
DestroyEncounterTable() DestroyEncounterTable()
end end