added ids to bufffood
René Welbers [01-20-16 - 22:51]
diff --git a/BuffsDebuffs.lua b/BuffsDebuffs.lua
index 7dd39a7..b43000d 100644
--- a/BuffsDebuffs.lua
+++ b/BuffsDebuffs.lua
@@ -82,6 +82,12 @@ buffFood[72959] = true -- max life and magicka
buffFood[72960] = true -- max life
buffFood[72961] = true -- max stamina and magicka
buffFood[72962] = true -- max life
+buffFood[61255] = true
+buffFood[66568] = true
+buffFood[72819] = true
+buffFood[17573] = true
+buffFood[47050] = true
+buffFood[61260] = true
-- add ids back to global
RaidNotifier.BuffsDebuffs.buffFood = buffFood
\ No newline at end of file
diff --git a/RaidNotifier.lua b/RaidNotifier.lua
index 0393880..e3b11e3 100644
--- a/RaidNotifier.lua
+++ b/RaidNotifier.lua
@@ -5,7 +5,7 @@ RaidNotifier = RaidNotifier or {}
RaidNotifier.name = 'RaidNotifier'
RaidNotifier.slash = '/rn'
-RaidNotifier.version = '1.2.1'
+RaidNotifier.version = '1.2.2'
RaidNotifier.versionDB = 1
RaidNotifier.loaded = false
RaidNotifier.author = 'silentgecko'
diff --git a/RaidNotifier.txt b/RaidNotifier.txt
index 9d321a0..4212910 100644
--- a/RaidNotifier.txt
+++ b/RaidNotifier.txt
@@ -1,7 +1,7 @@
## Title: |cEFEBBERaidNotifier|r
## Description: Displays on-screen notifications on different events during trials.
## Author: |c009ad6silentgecko|r
-## Version: 1.2.1
+## Version: 1.2.2
## APIVersion: 100013
## SavedVariables: RNVars
## OptionalDependsOn: LibAddonMenu-2.0