Skip to content

Commit

Permalink
Naxxramas-Noth: fix teleport double announce
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidras committed Jul 14, 2024
1 parent d772503 commit f36399e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions DBM-Naxx/PlagueQuarter/Noth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local L = mod:GetLocalizedStrings()

local GetSpellInfo = GetSpellInfo

mod:SetRevision("20221027184343")
mod:SetRevision("20240714161608")
mod:SetCreatureID(15954)

mod:RegisterCombat("combat_yell", L.Pull)
Expand Down Expand Up @@ -141,7 +141,6 @@ function mod:UNIT_SPELLCAST_SUCCEEDED(_, spellName)
end
timerTeleportBack:Start(timer)
warnTeleportSoon:Schedule(timer - 10)
warnTeleportNow:Schedule(timer)
elseif spellName == teleportBackName then -- Teleport Return
self.vb.addsCount = 0
self.vb.curseCount = 0
Expand Down
3 changes: 1 addition & 2 deletions DBM-VanillaNaxx/PlagueQuarter/Noth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local L = mod:GetLocalizedStrings()

local GetSpellInfo = GetSpellInfo

mod:SetRevision("20240701222429")
mod:SetRevision("20240714161608")
mod:SetCreatureID(15954)

mod:RegisterCombat("combat_yell", L.Pull)
Expand Down Expand Up @@ -141,7 +141,6 @@ function mod:UNIT_SPELLCAST_SUCCEEDED(_, spellName)
end
timerTeleportBack:Start(timer)
warnTeleportSoon:Schedule(timer - 10)
warnTeleportNow:Schedule(timer)
elseif spellName == teleportBackName then -- Teleport Return
self.vb.addsCount = 0
self.vb.curseCount = 0
Expand Down

0 comments on commit f36399e

Please sign in to comment.