File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -159,16 +159,10 @@ local function runRotation()
159
159
buff = br .player .buff
160
160
cast = br .player .cast
161
161
cd = br .player .cd
162
- debuff = br .player .debuff
163
- has = br .player .has
164
162
mode = br .player .ui .mode
165
163
ui = br .player .ui
166
- pet = br .player .pet
167
- spell = br .player .spell
168
- ui = br .player .ui
169
164
unit = br .player .unit
170
165
units = br .player .units
171
- use = br .player .use
172
166
-- General Locals
173
167
profileStop = profileStop or false
174
168
haltProfile = (unit .inCombat () and profileStop ) or br ._G .IsMounted () or br .pause () or mode .rotation == 4
Original file line number Diff line number Diff line change @@ -127,15 +127,10 @@ local function runRotation()
127
127
cast = br .player .cast
128
128
cd = br .player .cd
129
129
debuff = br .player .debuff
130
- has = br .player .has
131
130
mode = br .player .ui .mode
132
131
ui = br .player .ui
133
- pet = br .player .pet
134
- spell = br .player .spell
135
- ui = br .player .ui
136
132
unit = br .player .unit
137
133
units = br .player .units
138
- use = br .player .use
139
134
-- General Locals
140
135
profileStop = profileStop or false
141
136
haltProfile = (unit .inCombat () and profileStop ) or IsMounted () or br .pause () or mode .rotation == 4
You can’t perform that action at this time.
0 commit comments