Skip to content

Commit

Permalink
Added new weapon enchant ranks for SoD
Browse files Browse the repository at this point in the history
  • Loading branch information
Xianghar committed Jul 24, 2024
1 parent aa6e0fe commit b5f2be6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
4.0.6 Beta
4.0.6
- Added support for Feral Spirit, untested for now
- Added new weapon enchant ranks for SoD
4.0.5
- Removed Healing Wave and Chain Heal from Maelstrom procs
- Changed font for Earth Shield target name and fixed truncating names in main tank list
Expand Down
4 changes: 4 additions & 0 deletions vanilla/TotemData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ TotemTimers.WeaponEnchants = {
[3779] = SpellIDs.FlametongueWeapon,
[3780] = SpellIDs.FlametongueWeapon,
[3781] = SpellIDs.FlametongueWeapon,
[7567] = SpellIDs.FlametongueWeapon,
[1] = SpellIDs.RockbiterWeapon,
[6] = SpellIDs.RockbiterWeapon,
[29] = SpellIDs.RockbiterWeapon,
Expand All @@ -296,6 +297,7 @@ TotemTimers.WeaponEnchants = {
[2632] = SpellIDs.RockbiterWeapon,
[2633] = SpellIDs.RockbiterWeapon,
[3018] = SpellIDs.RockbiterWeapon,
[7568] = SpellIDs.RockbiterWeapon,
[283] = SpellIDs.WindfuryWeapon,
[284] = SpellIDs.WindfuryWeapon,
[525] = SpellIDs.WindfuryWeapon,
Expand All @@ -304,6 +306,7 @@ TotemTimers.WeaponEnchants = {
[3785] = SpellIDs.WindfuryWeapon,
[3786] = SpellIDs.WindfuryWeapon,
[3787] = SpellIDs.WindfuryWeapon,
[7569] = SpellIDs.WindfuryWeapon,
[2] = SpellIDs.FrostbrandWeapon,
[12] = SpellIDs.FrostbrandWeapon,
[5244] = SpellIDs.FrostbrandWeapon,
Expand All @@ -313,6 +316,7 @@ TotemTimers.WeaponEnchants = {
[3782] = SpellIDs.FrostbrandWeapon,
[3783] = SpellIDs.FrostbrandWeapon,
[3784] = SpellIDs.FrostbrandWeapon,
[7566] = SpellIDs.FrostbrandWeapon,
[563] = SpellIDs.Windfury,
[564] = SpellIDs.Windfury,
[1783] = SpellIDs.Windfury,
Expand Down

0 comments on commit b5f2be6

Please sign in to comment.