Skip to content

Commit

Permalink
Adding TWW food items programmatically
Browse files Browse the repository at this point in the history
  • Loading branch information
ynazar1 committed Aug 30, 2024
1 parent a4fc78a commit a393811
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions SmartBuff.buffs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,11 @@ function SMARTBUFF_InitItemList()
62651, 62652, 62653, 62654, 62655, 62656, 62657, 62658, 62659, 62660, 62661, 62662, 62663, 62664, 62665, 62666, 62667, 62668, 62669, 62670, 62671, 62649,
-- MoP
74645, 74646, 74647, 74648, 74649, 74650, 74652, 74653, 74655, 74656, 86069, 86070, 86073, 86074, 81400, 81401, 81402, 81403, 81404, 81405, 81406, 81408, 81409, 81410, 81411, 81412, 81413, 81414,
-- WoD
111431, 111432, 111433, 111434, 111435, 111436, 111437, 111438, 111439, 111440, 11441, 111442, 111443, 111444, 111445, 111446, 111447, 111448, 111449, 111450, 111451, 111452, 111453, 111454,127991, 111457, 111458, 118576,
-- WoD
111431, 111432, 111433, 111434, 111435, 111436, 111437, 111438, 111439, 111440, 11441, 111442, 111443, 111444, 111445, 111446, 111447, 111448, 111449, 111450, 111451, 111452, 111453, 111454,127991, 111457, 111458, 118576,
-- TWW almost all food items
222733, 222728, 222732, 222720, 222735, 222731, 222721, 222730, 225855, 222729, 225592, 222736, 222726, 222718, 222724, 222745, 222725, 222703, 222715, 222710, 222712, 222704,
222727, 222722, 222711, 222705, 222708, 222707, 223968, 222713, 222723, 222714, 222702, 222709, 222719, 222717, 222716, 222706,
});

-- Warlock healthstones
Expand Down Expand Up @@ -1593,7 +1596,7 @@ function SMARTBUFF_InitSpellList()
{SMARTBUFF_TWWCrystalAugRune1, 60, SMARTBUFF_CONST_SCROLL, nil, SMARTBUFF_BTWWCrystalAugRune1, S.LinkAugment},
};

-- ItemId, SpellId, Duration [min]
-- Toys: ItemId, SpellId, Duration [min]
AddItem(174906, 270058, 60); -- Lightning-Forged Augment Rune
AddItem(153023, 224001, 60); -- Lightforged Augment Rune
AddItem(160053, 270058, 60); --Battle-Scarred Augment Rune
Expand Down

0 comments on commit a393811

Please sign in to comment.