Skip to content

Commit 54940fa

Browse files
committed
more cleanup
1 parent f518005 commit 54940fa

13 files changed

Lines changed: 0 additions & 30 deletions

File tree

DBM-Raids-WoTLK/Coliseum/NorthrendBeasts.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ function mod:OnCombatStart(delay)
103103
timerRisingAnger:Start(25-delay)
104104
end
105105

106-
function mod:OnCombatEnd()
107-
end
108106

109107
--These remain methods since they can't reverse schedule each other as local functions
110108
function mod:WormsEmerge()

DBM-Raids-WoTLK/Icecrown/FrostwingHalls/Sindragosa.lua

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ local beaconTargets = {}
6767
local unchainedTargets = {}
6868
mod.vb.warned_P2 = false
6969
mod.vb.unchainedIcons = 2
70-
local playerUnchained = false
7170
local playerBeaconed = false
7271
mod.vb.beaconCount = 0
7372

@@ -86,7 +85,6 @@ local function warnUnchainedTargets(self)
8685
end
8786
table.wipe(unchainedTargets)
8887
self.vb.unchainedIcons = 2
89-
playerUnchained = false
9088
end
9189

9290
function mod:OnCombatStart(delay)
@@ -98,12 +96,9 @@ function mod:OnCombatStart(delay)
9896
table.wipe(beaconTargets)
9997
table.wipe(unchainedTargets)
10098
self.vb.unchainedIcons = 2
101-
playerUnchained = false
10299
playerBeaconed = false
103100
end
104101

105-
function mod:OnCombatEnd()
106-
end
107102

108103
function mod:SPELL_CAST_START(args)
109104
if args:IsSpellID(69649, 73061) then--Frost Breath
@@ -154,7 +149,6 @@ function mod:SPELL_AURA_APPLIED(args)
154149
elseif args.spellId == 69762 then
155150
unchainedTargets[#unchainedTargets + 1] = args.destName
156151
if args:IsPlayer() then
157-
playerUnchained = true
158152
specWarnUnchainedMagic:Show()
159153
specWarnUnchainedMagic:Play("targetyou")
160154
end

DBM-Raids-WoTLK/Icecrown/TheCrimsonHall/BPCouncil.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ function mod:OnCombatStart(delay)
7373
table.wipe(glitteringSparksTargets)
7474
end
7575

76-
function mod:OnCombatEnd()
77-
end
7876

7977
function mod:ShockVortexTarget(targetname, uId)
8078
if not targetname then return end

DBM-Raids-WoTLK/Icecrown/TheCrimsonHall/Lanathel.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ function mod:OnCombatStart(delay)
7979
end
8080
end
8181

82-
function mod:OnCombatEnd()
83-
end
8482

8583
function mod:SPELL_AURA_APPLIED(args)
8684
if args.spellId == 71340 then --Pact of the Darkfallen

DBM-Raids-WoTLK/Icecrown/TheLowerSpire/Deathbringer.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ function mod:OnCombatStart(delay)
7878
self.vb.Mark = 0
7979
end
8080

81-
function mod:OnCombatEnd()
82-
end
8381

8482
function mod:SPELL_CAST_START(args)
8583
if args.spellId == 72378 then

DBM-Raids-WoTLK/Icecrown/ThePlagueworks/Festergut.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ function mod:OnCombatStart(delay)
7878
end
7979
end
8080

81-
function mod:OnCombatEnd()
82-
end
8381

8482
function mod:SPELL_CAST_START(args)
8583
if args.spellId == 69195 then -- Pungent Blight

DBM-Raids-WoTLK/Naxx/FrostwyrmLair/Kel'Thuzad.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ function mod:OnCombatStart(delay)
9797
end
9898
end
9999

100-
function mod:OnCombatEnd()
101-
end
102100

103101
function mod:SPELL_CAST_SUCCESS(args)
104102
if args.spellId == 27810 then

DBM-Raids-WoTLK/RubySanctum/Baltharus.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ function mod:OnCombatStart(delay)
5252
self.vb.brandIcon = 8
5353
end
5454

55-
function mod:OnCombatEnd()
56-
end
5755

5856
function mod:SPELL_CAST_START(args)
5957
if args.spellId == 74509 then

DBM-Raids-WoTLK/RubySanctum/Saviana.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ function mod:OnCombatStart(delay)
5050
self.vb.beaconIcon = 8
5151
end
5252

53-
function mod:OnCombatEnd()
54-
end
5553

5654
function mod:SPELL_CAST_START(args)
5755
if args.spellId == 74403 then

DBM-Raids-WoTLK/Ulduar/Freya.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ function mod:OnCombatStart(delay)
7171
timerAlliesOfNature:Start(10-delay)
7272
end
7373

74-
function mod:OnCombatEnd()
75-
end
7674

7775
function mod:SPELL_CAST_START(args)
7876
if args:IsSpellID(62437, 62859) then

0 commit comments

Comments
 (0)