mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- changed default GCD spell for rogues to be sin strike instead of cheap shot
This commit is contained in:
@ -42,7 +42,7 @@ function GlobalCoolDown.prototype:GetSpellName()
|
||||
local defaultSpells;
|
||||
if (IceHUD.WowVer >= 30000) then
|
||||
defaultSpells = {
|
||||
ROGUE=GetSpellInfo(1833), -- cheap shot
|
||||
ROGUE=GetSpellInfo(1752), -- sinister strike
|
||||
PRIEST=GetSpellInfo(139), -- renew
|
||||
DRUID=GetSpellInfo(774), -- rejuvenation
|
||||
WARRIOR=GetSpellInfo(6673), -- battle shout
|
||||
@ -55,7 +55,7 @@ function GlobalCoolDown.prototype:GetSpellName()
|
||||
}
|
||||
else
|
||||
defaultSpells = {
|
||||
ROGUE=GetSpellInfo(1833), -- cheap shot
|
||||
ROGUE=GetSpellInfo(1752), -- sinister strike
|
||||
PRIEST=GetSpellInfo(139), -- renew
|
||||
DRUID=GetSpellInfo(774), -- rejuvenation
|
||||
WARRIOR=GetSpellInfo(6673), -- battle shout
|
||||
|
Reference in New Issue
Block a user