Skip to content

Commit 68c2718

Browse files
committed
Tinythreat updated
1 parent 449e2b9 commit 68c2718

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

classes/class_damage.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2134,6 +2134,13 @@ end
21342134
local lastEventTime = 0
21352135
function Details222.BParser.UpdateAppocalypse(instance, bForceUpdate)
21362136
---@cast instance instance
2137+
2138+
--check if the window is showing a pluging, if yes do not update
2139+
local mode = instance:GetMode()
2140+
if mode == DETAILS_MODE_RAID then
2141+
return
2142+
end
2143+
21372144
if not bForceUpdate then
21382145
if instance.lastEventTime ~= Details222.BParser.lastEventTime then
21392146
instance.lastEventTime = Details222.BParser.lastEventTime

plugins/Details_TinyThreat/Details_TinyThreat.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 110207
1+
## Interface: 120001
22
## Title: Details!: Tiny Threat (plugin)
33
## Notes: Threat meter plugin, show threat for group members in the window. Select it from the Plugin menu in the Orange Cogwheel.
44
## RequiredDeps: Details

0 commit comments

Comments
 (0)