Skip to content

Commit

Permalink
HOR: comment out print
Browse files Browse the repository at this point in the history
  • Loading branch information
napnapnapnap committed Nov 30, 2024
1 parent 9256325 commit 589e09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DBM-Party-WotLK/HallsofReflection/LichKingEvent.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = DBM:NewMod("LichKingEvent", "DBM-Party-WotLK", 16)
local L = mod:GetLocalizedStrings()

mod:SetRevision("20241115212646")
mod:SetRevision("20241130163642")

mod:RegisterCombat("combat")
mod:SetWipeTime(17) -- 16s from gossip to PRD=wave1
Expand All @@ -27,7 +27,7 @@ local addWaves = {
}

function mod:SPELL_AURA_REMOVED(args)
print(args.spellId, args:IsSpellID(69708, 70194))
-- print(args.spellId, args:IsSpellID(69708, 70194))
if args:IsSpellID(69708, 70194) then --Lich King has broken out of his Ice Prison (alliance) / Dark Binding (horde), this starts actual event
DBM:StartCombat(self, 0, "SPELL_AURA_REMOVED")
if self:IsDifficulty("heroic5") then
Expand Down

0 comments on commit 589e09a

Please sign in to comment.