mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50: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;
|
local defaultSpells;
|
||||||
if (IceHUD.WowVer >= 30000) then
|
if (IceHUD.WowVer >= 30000) then
|
||||||
defaultSpells = {
|
defaultSpells = {
|
||||||
ROGUE=GetSpellInfo(1833), -- cheap shot
|
ROGUE=GetSpellInfo(1752), -- sinister strike
|
||||||
PRIEST=GetSpellInfo(139), -- renew
|
PRIEST=GetSpellInfo(139), -- renew
|
||||||
DRUID=GetSpellInfo(774), -- rejuvenation
|
DRUID=GetSpellInfo(774), -- rejuvenation
|
||||||
WARRIOR=GetSpellInfo(6673), -- battle shout
|
WARRIOR=GetSpellInfo(6673), -- battle shout
|
||||||
@ -55,7 +55,7 @@ function GlobalCoolDown.prototype:GetSpellName()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
defaultSpells = {
|
defaultSpells = {
|
||||||
ROGUE=GetSpellInfo(1833), -- cheap shot
|
ROGUE=GetSpellInfo(1752), -- sinister strike
|
||||||
PRIEST=GetSpellInfo(139), -- renew
|
PRIEST=GetSpellInfo(139), -- renew
|
||||||
DRUID=GetSpellInfo(774), -- rejuvenation
|
DRUID=GetSpellInfo(774), -- rejuvenation
|
||||||
WARRIOR=GetSpellInfo(6673), -- battle shout
|
WARRIOR=GetSpellInfo(6673), -- battle shout
|
||||||
|
Reference in New Issue
Block a user