Skip to content

Commit

Permalink
correct spellid
Browse files Browse the repository at this point in the history
  • Loading branch information
ynazar1 committed Oct 4, 2024
1 parent 668c8b7 commit e7c2894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartBuff.buffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ function SMARTBUFF_InitSpellIDs()
SMARTBUFF_EVERLIVINGW = getSpellBookItemByName(382021); --"Everliving Weapon"
SMARTBUFF_SKYFURY = getSpellBookItemByName(462854); --"Skyfury"
SMARTBUFF_TSWARD = getSpellBookItemByName(462742); --"Thunderstrike Ward" -- Shield
SMARTBUFF_TIDEGUARD = getSpellBookItemByName(445033); --"Tidecaller's Guard" -- Shield. Replaces Flametongue Weapon
SMARTBUFF_TIDEGUARD = getSpellBookItemByName(457481); --"Tidecaller's Guard" -- Shield. Replaces Flametongue Weapon

-- Shaman buff links
S.ChainShamanShield = { SMARTBUFF_LIGHTNINGSHIELD, SMARTBUFF_WATERSHIELD, SMARTBUFF_EARTHSHIELD };
Expand Down

0 comments on commit e7c2894

Please sign in to comment.