Skip to content

Commit

Permalink
Updated shadowdance state
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Oct 18, 2014
1 parent 4d5b4ca commit 9b1f9ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions barStates.lua
Expand Up @@ -100,12 +100,10 @@ do
elseif class == 'PRIEST' then
addState('class', 'shadow', '[bonusbar:1]', GetSpellInfo(15473))
elseif class == 'ROGUE' then
---addState('class', 'vanish', '[bonusbar:1,form:3]', GetSpellInfo(1856))
addState('class', 'shadowdance', '[form:3]', GetSpellInfo(51713) .. '/' .. GetSpellInfo(1856))
addState('class', 'shadowdance', '[form:2]', GetSpellInfo(51713) .. '/' .. GetSpellInfo(1856))
addState('class', 'stealth', '[bonusbar:1]', GetSpellInfo(1784))
elseif class == 'WARLOCK' then
addState('class', 'meta', '[form:1]', GetSpellInfo(103958))
-- addState('class', 'darkapotheosis', '[form:2]', GetSpellInfo(114168))
elseif class == 'MONK' then
BarStates:add{
type = 'class',
Expand Down

0 comments on commit 9b1f9ca

Please sign in to comment.