Skip to content

Commit 33670a1

Browse files
Caster mainhands are now offset below ranged hands
1 parent b432c22 commit 33670a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config_presets.lua

+3
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ ST.MAGE.defaults = {
197197
['**'] = ST.bar_defaults,
198198
mainhand = {
199199
enabled = false,
200+
y = -142,
200201
gcd1a_marker_mode = "spell",
201202
gcd1b_marker_mode = "spell",
202203

@@ -256,6 +257,7 @@ ST.PRIEST.defaults = {
256257
['**'] = ST.bar_defaults,
257258
mainhand = {
258259
enabled = false,
260+
y = -142,
259261
gcd1a_marker_mode = "spell",
260262
gcd1b_marker_mode = "spell",
261263

@@ -331,6 +333,7 @@ ST.WARLOCK.defaults = {
331333
-- Bar options
332334
['**'] = ST.bar_defaults,
333335
mainhand = {
336+
y = -142,
334337
enabled = false,
335338
gcd1a_marker_mode = "spell",
336339
gcd1b_marker_mode = "spell",

0 commit comments

Comments
 (0)