Closed Daeymien closed 4 years ago
From comment on Curse:
Works well but it needs updates to Shaman Windfury Weapon and FlameTongue Weapon. (and maybe more new spells?) Tried to add the Shaman Spells myself but it keeps notifying that it needs the same buff constantly even after it is applied?
For Shaman Declarations:
SMARTBUFF_WINDFURYW = GetSpellInfo(33757); --"Windfury Weapon" SMARTBUFF_FLAMETONGUEW = GetSpellInfo(318038); --"Flametongue Weapon"
And in the Shaman part of function SMARTBUFF_InitSpellList()
SMARTBUFF_InitSpellList()
(SMARTBUFF_WINDFURYW, 60, SMARTBUFF_CONST_SELF}, {SMARTBUFF_FLAMETONGUEW, 60, SMARTBUFF_CONST_SELF},
Can't figure out how to fix this so if you can fix it, it would be much appreciated.
Fixed in 9.0a1
From comment on Curse:
Works well but it needs updates to Shaman Windfury Weapon and FlameTongue Weapon. (and maybe more new spells?) Tried to add the Shaman Spells myself but it keeps notifying that it needs the same buff constantly even after it is applied?
For Shaman Declarations:
And in the Shaman part of function
SMARTBUFF_InitSpellList()
Can't figure out how to fix this so if you can fix it, it would be much appreciated.