Quantcast

Fixed Whispers of Insanity checking

Taracque [03-11-15 - 18:12]
Fixed Whispers of Insanity checking
Filename
Elementarist.lua
diff --git a/Elementarist.lua b/Elementarist.lua
index bb6599a..6e60b16 100755
--- a/Elementarist.lua
+++ b/Elementarist.lua
@@ -56,6 +56,8 @@ Elementarist.CustomIDs = {
 	["Alchemist's Flask Spell"] = 79640,
 	["Crystal of Insanity Item"] = 86569,
 	["Crystal of Insanity Spell"] = 127230
+	["Whispers of Insanity Item"] = 118922,
+	["Whispers of Insanity Spell"] = 176151
 }
 Elementarist.SpellList = {
 	["Ghost Wolf"] = GetSpellInfo(2645),
@@ -84,6 +86,7 @@ Elementarist.SpellList = {
 	["Demonic Pact"] = GetSpellInfo(48090),
 	["Alchemist's Flask"] = GetSpellInfo(Elementarist.CustomIDs["Alchemist's Flask Spell"]),
 	["Crystal of Insanity"] = GetSpellInfo(Elementarist.CustomIDs["Crystal of Insanity Spell"]),
+	["Whispers of Insanity"] = GetSpellInfo(Elementarist.CustomIDs["Whispers of Insanity Spell"]),
 	["Flask of the Draconic Mind"] = GetSpellInfo(79470),
 	["Flask of the Warm Sun"] = GetSpellInfo(105691),
 	["Draenic Intellect Flask"] =GetSpellInfo(156070),