Skip to content

Commit

Permalink
Fixed Elixir of Major Strength
Browse files Browse the repository at this point in the history
  • Loading branch information
Softrix committed Oct 15, 2022
1 parent a065067 commit 809fe99
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 @@ -562,7 +562,7 @@ function SMARTBUFF_InitSpellIDs()
SMARTBUFF_CAMOUFLAGE_BUFF = GetSpellInfo(28543); -- Elixir of Camouflage
SMARTBUFF_HEALINGPOWER_BUFF = GetSpellInfo(28491); -- Elixir of Healing Power
SMARTBUFF_MAJORFORTITUDE_BUFF = GetSpellInfo(39636); -- Elixir of Major Fortitude
SMARTBUFF_MAJORSTRENGTH_BUFF = GetSpellInfo(28544); -- Elixir of Major Strength
SMARTBUFF_MAJORSTRENGTH_BUFF = GetSpellInfo(28490); -- Elixir of Major Strength
SMARTBUFF_ONSLAUGHTELIXIR_BUFF = GetSpellInfo(33738); -- Onslaught Elixir
SMARTBUFF_GREATERARCANE_BUFF = GetSpellInfo(17573); -- Greater Arcane
SMARTBUFF_MONGOOSEELIXIR_BUFF = GetSpellInfo(17571); -- Elixir of Mongoose
Expand Down

0 comments on commit 809fe99

Please sign in to comment.