fixed maelstrom debuffs

René Welbers [01-27-16 - 13:38]
fixed maelstrom debuffs
Filename
BuffsDebuffs.lua
RaidNotifier.lua
RaidNotifier.txt
diff --git a/BuffsDebuffs.lua b/BuffsDebuffs.lua
index 39e43d4..9a73661 100644
--- a/BuffsDebuffs.lua
+++ b/BuffsDebuffs.lua
@@ -52,6 +52,9 @@ hel_ra.jump[33686] = true
 hel_ra.jump[33686] = true
 hel_ra.jump[33686] = true

+-- add ids back to global
+RaidNotifier.BuffsDebuffs.hel_ra = hel_ra
+
 -- ---------------------------------------------------
 -- Veteran Maelstrom Arena ---------------------------
 -- ---------------------------------------------------
@@ -68,7 +71,7 @@ maelstrom.stage9_synergy = 67359


 -- add ids back to global
-RaidNotifier.BuffsDebuffs.hel_ra = hel_ra
+RaidNotifier.BuffsDebuffs.maelstrom = maelstrom

 -- ---------------------------------------------------
 -- BuffFood ------------------------------------------
diff --git a/RaidNotifier.lua b/RaidNotifier.lua
index 2c7ce75..dce595f 100644
--- a/RaidNotifier.lua
+++ b/RaidNotifier.lua
@@ -5,7 +5,7 @@ RaidNotifier = RaidNotifier or {}

 RaidNotifier.name		   = 'RaidNotifier'
 RaidNotifier.slash		   = '/rn'
-RaidNotifier.version	   = '1.3.3'
+RaidNotifier.version	   = '1.3.4'
 RaidNotifier.versionDB	   = 1
 RaidNotifier.loaded	       = false
 RaidNotifier.author        = 'silentgecko'
diff --git a/RaidNotifier.txt b/RaidNotifier.txt
index 321a04c..2abfb19 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.3.3
+## Version: 1.3.4
 ## APIVersion: 100013
 ## SavedVariables: RNVars
 ## OptionalDependsOn: LibAddonMenu-2.0