Skip to content

Commit

Permalink
Merge pull request #1 from Softrix/main
Browse files Browse the repository at this point in the history
Sync from upstream
  • Loading branch information
ynazar1 authored Aug 13, 2024
2 parents 5e3a4dc + a133545 commit 5f6c08a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SmartBuff.buffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ function SMARTBUFF_InitSpellIDs()
SMARTBUFF_MANASHIELD = getSpellBookItemByName(35064); --"Mana Shield"
--SMARTBUFF_ICEWARD = getSpellBookItemByName(111264);--"Ice Ward"
SMARTBUFF_ICEBARRIER = getSpellBookItemByName(11426); --"Ice Barrier"
SMARTBUFF_MASSBARRIER = getSpellBookItemByName(414660); --"Mass Barrier"
--SMARTBUFF_COMBUSTION = getSpellBookItemByName(11129); --"Combustion"
SMARTBUFF_ARCANEPOWER = getSpellBookItemByName(12042); --"Arcane Power"
SMARTBUFF_PRESENCEOFMIND = getSpellBookItemByName(205025); --"Presence of Mind"
Expand Down Expand Up @@ -1015,6 +1016,7 @@ function SMARTBUFF_InitSpellList()
{SMARTBUFF_MANASHIELD, 0.5, SMARTBUFF_CONST_SELF},
{SMARTBUFF_ICEWARD, 0.5, SMARTBUFF_CONST_GROUP, {45}, "HPET;WPET;DKPET"},
{SMARTBUFF_ICEBARRIER, 1, SMARTBUFF_CONST_SELF},
{SMARTBUFF_MASSBARRIER, 1, SMARTBUFF_CONST_SELF},
{SMARTBUFF_COMBUSTION, -1, SMARTBUFF_CONST_SELF},
{SMARTBUFF_ICYVEINS, 0.333, SMARTBUFF_CONST_SELF},
{SMARTBUFF_ARCANEFAMILIAR, 60, SMARTBUFF_CONST_SELF},
Expand Down

0 comments on commit 5f6c08a

Please sign in to comment.