From e72c5e1fe12233829861906f5a2f82698d065454 Mon Sep 17 00:00:00 2001 From: "Michael (a.k.a. Codermik)" Date: Fri, 16 Sep 2022 08:30:04 +0100 Subject: [PATCH] Fixed Elixir of Healing Power Spell id for actual healing power buff has changed - thanks blizzard :) --- SmartBuff.buffs.lua | 2 +- SmartBuff.lua | 2 +- localization.en.lua | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/SmartBuff.buffs.lua b/SmartBuff.buffs.lua index b322d09..65ec4ed 100644 --- a/SmartBuff.buffs.lua +++ b/SmartBuff.buffs.lua @@ -512,7 +512,7 @@ function SMARTBUFF_InitSpellIDs() SMARTBUFF_EARTHEN_BUFF = GetSpellInfo(39637); -- Earthen Elixir SMARTBUFF_MASTERY_BUFF = GetSpellInfo(33741); -- Elixir of Mastery SMARTBUFF_CAMOUFLAGE_BUFF = GetSpellInfo(28543); -- Elixir of Camouflage - SMARTBUFF_HEALINGPOWER_BUFF = GetSpellInfo(28545); -- Elixir of Healing Power + 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_ONSLAUGHTELIXIR_BUFF = GetSpellInfo(33738); -- Onslaught Elixir diff --git a/SmartBuff.lua b/SmartBuff.lua index 5ba3428..8556058 100644 --- a/SmartBuff.lua +++ b/SmartBuff.lua @@ -20,7 +20,7 @@ SMARTBUFF_OPTIONS_TITLE = SMARTBUFF_VERS_TITLE; local addonName = ... local SmartbuffPrefix = "Smartbuff"; local SmartbuffSession = true; -local SmartbuffVerCheck = false; -- for my use when checking guild users/testers versions :) +local SmartbuffVerCheck = true; -- for my use when checking guild users/testers versions :) local wowVersionString, wowBuild, _, wowTOC = GetBuildInfo(); local isWOTLKC = (_G.WOW_PROJECT_ID == 5 and wowTOC >= 30000); local SmartbuffRevision = 32; diff --git a/localization.en.lua b/localization.en.lua index 00d2766..2a467ca 100644 --- a/localization.en.lua +++ b/localization.en.lua @@ -9,6 +9,8 @@ SMARTBUFF_WHATSNEW = "\n\n|cffffffff Whats new:|r\n\n" .." Changes in r33:\n\n" .." * Added additional checking for the daily island\n" .." K'iru Song buff that causes buffing issues.\n" + .." * Fixed issue with Elixir of Healing Power reported\n" + .." via Discord by Funder - thanks!\n" .."\n\n" .." |c0000FF96Many thanks to Chris S. for his donation and\n" .." supporting my addon development.\n\n"