-Updated for Firelands.
Xruptor [10-24-11 - 15:33]
-Updated for Firelands.
-Added a new spell error, "Target to close"
-YES I'm back to playing WOW, expect updates to all my addons.
diff --git a/errorList.lua b/errorList.lua
index 5ec4a65..bda5a15 100644
--- a/errorList.lua
+++ b/errorList.lua
@@ -45,6 +45,7 @@ xErrD = {
[SPELL_FAILED_NO_COMBO_POINTS] = true, --That ability requires combo points.
[SPELL_FAILED_TARGETS_DEAD] = true, --Your target is dead
[SPELL_FAILED_AFFECTING_COMBAT] = true, --You are in combat
+ [SPELL_FAILED_TOO_CLOSE] = true, --Target to close.
}
--localized error messages
diff --git a/xanErrorDevourer.toc b/xanErrorDevourer.toc
index 7b4948c..2113509 100644
--- a/xanErrorDevourer.toc
+++ b/xanErrorDevourer.toc
@@ -1,8 +1,8 @@
-## Interface: 40100
+## Interface: 40200
## Title: xanErrorDevourer
## Notes: This addon devours errors. Nom-Nom-Nom Errors!
## Author: Xruptor
-## Version: 1.2
+## Version: 1.3
## SavedVariables: xErrD_DB, xErrD_CDB
errorList.lua