- Plugin: Raid Check > added some food buffs which wasn't being tracked.

This commit is contained in:
Tercio
2017-04-20 14:12:01 -03:00
parent 992b3b6d2c
commit 5cb4551cec
2 changed files with 23 additions and 6 deletions
+4 -6
View File
File diff suppressed because one or more lines are too long
@@ -44,6 +44,20 @@ local runes_id = {
[224001] = true,
}
local feasts = { --7.2
[201638] = true, -- 500 str
[201639] = true, -- 500 agi
[201640] = true, -- 500 int
[201641] = true, -- 700 stam
[201636] = true, -- 400 int
[201634] = true, -- 400 str
[201635] = true, -- 400 agi
[201637] = true, -- 600 stam
}
--
local get_unit_id = function (i)
local unitID
@@ -742,6 +756,11 @@ end
with_flask = with_flask + 1
end
if (bname and feasts [spellid]) then
DetailsRaidCheck.havefood_table [name] = 1
with_food = with_food + 1
end
if (DetailsRaidCheck.db.food_tier1) then
if (bname and food_list.tier1 [spellid]) then
DetailsRaidCheck.havefood_table [name] = 1