Skip to content

Commit

Permalink
shorten time mark target is cached
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Aug 12, 2024
1 parent ebe015a commit 58577ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Raids-WoTLK/Ulduar/GeneralVezax.lua
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function mod:SPELL_CAST_SUCCESS(args)
else
warnLeechLife:Show(args.destName)
end
self:Schedule(10, resetMarkTarget, self)
self:Schedule(5, resetMarkTarget, self)
elseif args.spellId == 63364 then
specWarnAnimus:Show()
specWarnAnimus:Play("bigmob")
Expand Down

0 comments on commit 58577ac

Please sign in to comment.