From 809fe998b59fb38bf28923abd080b2a94980abe9 Mon Sep 17 00:00:00 2001 From: "Michael (a.k.a. Codermik)" Date: Sat, 15 Oct 2022 11:56:45 +0100 Subject: [PATCH] Fixed Elixir of Major Strength --- SmartBuff.buffs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SmartBuff.buffs.lua b/SmartBuff.buffs.lua index fe63078..385faf4 100644 --- a/SmartBuff.buffs.lua +++ b/SmartBuff.buffs.lua @@ -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