Skip to content

Commit

Permalink
Cata Classic: Removed Tidal Force from long cooldowns
Browse files Browse the repository at this point in the history
Cata Classic: Added Spirit Link Totem to long cooldowns
ToC-Update for Classic
  • Loading branch information
Xianghar committed Dec 1, 2024
1 parent 496aff1 commit 66698c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TotemTimers_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 11503, 11504
## Interface: 11503, 11504, 11505
## Title: TotemTimers
## Author: Xianghar
## Version: @project-version@
Expand Down
10 changes: 6 additions & 4 deletions cata/TotemData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,6 @@ TotemTimers.LongCooldownSpells = {
{
spell = SpellIDs.Thunderstorm,
},
{
spell = SpellIDs.TidalForce,
buff = 55166,
},
{
spell = SpellIDs.NaturesSwiftness,
buff = SpellIDs.NaturesSwiftness,
Expand All @@ -415,6 +411,12 @@ TotemTimers.LongCooldownSpells = {
element = WATER_TOTEM_SLOT,
customOnEvent = "CDTotemEvent",
},
{
spell = SpellIDs.SpiritLink,
totem = SpellIDs.SpiritLink,
element = AIR_TOTEM_SLOT,
customOnEvent = "CDTotemEvent",
},
{
spell = SpellIDs.ShamanisticRage,
buff = SpellIDs.ShamanisticRage,
Expand Down
4 changes: 4 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.0.10
- Cata Classic: Removed Tidal Force from long cooldowns
- Cata Classic: Added Spirit Link Totem to long cooldowns
- ToC-Update for Classic
4.0.9
- Fix error messages in SOD Phase 5
- Show different textures highlight appropiate buttons for Dps Power Surge and Heal Power Surge in SOD Phase 5
Expand Down

0 comments on commit 66698c0

Please sign in to comment.