Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rogue: fixes Slice and Dice, Roll the Bones and Alacrity (#362) #1

Merged
merged 1 commit into from
Nov 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions rules/Rogue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ AdiButtonAuras:RegisterRules(function()
-- import all spells for
'ROGUE',
-- except for
193538, -- Alacrity (Outlaw/Subtlety talent)
193538, -- Alacrity
193641, -- Elaborate Planning (Assassination talent)
196980, -- Master of Shadows (Subtlety)
},
Expand All @@ -41,15 +41,15 @@ AdiButtonAuras:RegisterRules(function()
408, -- Kidney Shot (Assassination/Subtlety)
1943, -- Rupture (Assasination)
2098, -- Dispatch (Outlaw)
5171, -- Slice and Dice (Outlaw)
32645, -- Envenom (Assassination)
121411, -- Crimson Tempest (Assassination talent)
193316, -- Roll the Bones (Outlaw)
196819, -- Eviscerate (Subtlety)
195452, -- Nightblade (Subtlety)
199804, -- Between the Eyes (Outlaw)
269513, -- Death from Above (honor talent)
280719, -- Secret Technique (Subtlety talent)
315496, -- Slice and Dice (Outlaw)
315508, -- Roll the Bones (Outlaw)
},
'ComboPoints',
},
Expand All @@ -69,7 +69,6 @@ AdiButtonAuras:RegisterRules(function()
196819, -- Eviscerate (Subtlety)
},
193538, -- Alacrity
193539, -- Alacrity (Outlaw/Subtlety talent)
},
}
end)