Skip to content

Commit

Permalink
Fixed Elixir of Healing Power
Browse files Browse the repository at this point in the history
Spell id for actual healing power buff has  changed - thanks blizzard  :)
  • Loading branch information
Softrix committed Sep 16, 2022
1 parent 4f7ed46 commit e72c5e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SmartBuff.buffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SmartBuff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions localization.en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e72c5e1

Please sign in to comment.