Fixed some spell IDs.
Taracque [04-26-12 - 12:57]
diff --git a/Change_log.txt b/Change_log.txt
index ba9dd26..c87e0fa 100755
--- a/Change_log.txt
+++ b/Change_log.txt
@@ -1,3 +1,6 @@
+**v2.1.2**
+* Bugfix: Fixed some spell ID-s
+
**v2.1.1**
* Bugfix: Earthshock not displayed if FS debuff has 6 or less secs remaining
diff --git a/Elementarist.lua b/Elementarist.lua
index 6539bc5..41cbcd1 100755
--- a/Elementarist.lua
+++ b/Elementarist.lua
@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
--- Elementarist 2.1.1
+-- Elementarist 2.1.2
--
-- Shows the advised spell for an elemental shaman for optimal DPS output.
-------------------------------------------------------------------------------
@@ -8,7 +8,7 @@ Elementarist = {Locals = {}}
local L = Elementarist.Locals
-Elementarist.versionNumber = '2.1.1'
+Elementarist.versionNumber = '2.1.2'
Elementarist.playerName = UnitName("player")
Elementarist.playerGUID = UnitGUID("player")
Elementarist.targetGUID = nil
@@ -56,13 +56,13 @@ Elementarist.SpellList = {
["Lightning Bolt"] = GetSpellInfo(403),
["Lava Burst"] = GetSpellInfo(51505),
["Chain Lightning"] = GetSpellInfo(421),
- ["Thunderstorm"] = GetSpellInfo(59159),
- ["Purge"] = GetSpellInfo(8012),
+ ["Thunderstorm"] = GetSpellInfo(51490),
+ ["Purge"] = GetSpellInfo(370),
["Wind Shear"] = GetSpellInfo(57994),
["Water Shield"] = GetSpellInfo(52127),
["Flametongue Weapon"] = GetSpellInfo(8024),
["Wrath of Air Totem"] = GetSpellInfo(3738),
- ["Mana Spring Totem"] = GetSpellInfo(567),
+ ["Mana Spring Totem"] = GetSpellInfo(5675),
["Elemental Mastery"] = GetSpellInfo(16166),
["Fire Nova"] = GetSpellInfo(1535),
["Earth Shock"] = GetSpellInfo(8042),
@@ -80,7 +80,7 @@ Elementarist.SpellList = {
["Heart of the Crusader"] = GetSpellInfo(54499),
-- other buffs
- ["Demonic Pact"] = GetSpellInfo(48090),
+ ["Demonic Pact"] = GetSpellInfo(54499),
["Flask of Enhancement"] = GetSpellInfo(Elementarist.CustomIDs["Flask of Enhancement Spell"]),
["Flask of the Draconic Mind"] = GetSpellInfo(79470),
["Lifeblood"] = GetSpellInfo(55503)
diff --git a/Elementarist.toc b/Elementarist.toc
index 78fb005..7271c9a 100755
--- a/Elementarist.toc
+++ b/Elementarist.toc
@@ -2,7 +2,7 @@
## Title: Elementarist
## Notes: Elemental shaman spell rotation helper
## Author: Taracque, Felmosórongy of Arathor
-## Version: 2.1.1
+## Version: 2.1.2
## SavedVariables: ElementaristDB
## OptionalDeps: OmniCC, SpellFlash
## Dependencies: