Skip to content

Commit

Permalink
Merge pull request #3143 from Arrhae/arrhae-fix-avatar-again
Browse files Browse the repository at this point in the history
Fix spell IDs for Prot/Arms Avatar
  • Loading branch information
Hekili authored Jan 22, 2024
2 parents 464bdd3 + 623c009 commit 90ded6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dragonflight/WarriorArms.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:RegisterResource( Enum.PowerType.Rage, {
spec:RegisterTalents( {
-- Warrior Talents
armored_to_the_teeth = { 90366, 384124, 2 }, -- Gain Strength equal to $s2% of your Armor.
avatar = { 92640, 107574, 1 }, -- Transform into a colossus for $d, causing you to deal $s1% increased damage$?s394314[, take $394314s2% reduced damage][] and removing all roots and snares.; Generates ${$s2/10} Rage.
avatar = { 90365, 107574, 1 }, -- Transform into a colossus for $d, causing you to deal $s1% increased damage$?s394314[, take $394314s2% reduced damage][] and removing all roots and snares.; Generates ${$s2/10} Rage.
barbaric_training = { 90377, 390675, 1 }, -- Revenge deals $s1% increased damage but now costs ${$s2/10} more rage.
berserker_rage = { 90372, 18499 , 1 }, -- Go berserk, removing and granting immunity to Fear, Sap, and Incapacitate effects for $d.
berserker_shout = { 90348, 384100, 1 }, -- Go berserk, removing and granting immunity to Fear, Sap, and Incapacitate effects for $d.; Also remove fear effects from group members within $384102A1 yds.
Expand Down
2 changes: 1 addition & 1 deletion Dragonflight/WarriorProtection.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:RegisterResource( Enum.PowerType.Rage, {
spec:RegisterTalents( {
-- Warrior Talents
armored_to_the_teeth = { 90366, 384124, 2 }, -- Gain Strength equal to $s2% of your Armor.
avatar = { 92640, 107574, 1 }, -- Transform into a colossus for $d, causing you to deal $s1% increased damage$?s394314[, take $394314s2% reduced damage][] and removing all roots and snares.; Generates ${$s2/10} Rage.
avatar = { 92639, 401150, 1 }, -- Transform into a colossus for $d, causing you to deal $s1% increased damage$?s394314[, take $394314s2% reduced damage][] and removing all roots and snares.; Generates ${$s2/10} Rage.
barbaric_training = { 90377, 390675, 1 }, -- Revenge deals $s1% increased damage but now costs ${$s2/10} more rage.
berserker_rage = { 90372, 18499 , 1 }, -- Go berserk, removing and granting immunity to Fear, Sap, and Incapacitate effects for $d.
berserker_shout = { 90348, 384100, 1 }, -- Go berserk, removing and granting immunity to Fear, Sap, and Incapacitate effects for $d.; Also remove fear effects from group members within $384102A1 yds.
Expand Down

0 comments on commit 90ded6a

Please sign in to comment.