Skip to content

Commit 8c1f6dc

Browse files
committed
Additional Priest Initial cleanup
1 parent bdef5f2 commit 8c1f6dc

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

Diff for: Rotations/Mage/Initial/CronoMageInitial.lua

-6
Original file line numberDiff line numberDiff line change
@@ -159,16 +159,10 @@ local function runRotation()
159159
buff = br.player.buff
160160
cast = br.player.cast
161161
cd = br.player.cd
162-
debuff = br.player.debuff
163-
has = br.player.has
164162
mode = br.player.ui.mode
165163
ui = br.player.ui
166-
pet = br.player.pet
167-
spell = br.player.spell
168-
ui = br.player.ui
169164
unit = br.player.unit
170165
units = br.player.units
171-
use = br.player.use
172166
-- General Locals
173167
profileStop = profileStop or false
174168
haltProfile = (unit.inCombat() and profileStop) or br._G.IsMounted() or br.pause() or mode.rotation==4

Diff for: Rotations/Priest/Initial/PriestInitial.lua

-5
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,10 @@ local function runRotation()
127127
cast = br.player.cast
128128
cd = br.player.cd
129129
debuff = br.player.debuff
130-
has = br.player.has
131130
mode = br.player.ui.mode
132131
ui = br.player.ui
133-
pet = br.player.pet
134-
spell = br.player.spell
135-
ui = br.player.ui
136132
unit = br.player.unit
137133
units = br.player.units
138-
use = br.player.use
139134
-- General Locals
140135
profileStop = profileStop or false
141136
haltProfile = (unit.inCombat() and profileStop) or IsMounted() or br.pause() or mode.rotation==4

0 commit comments

Comments
 (0)