Updated for 8.0
Xruptor [07-24-18 - 17:02]
Updated for 8.0
Fixed an error capture that was changed in localization. Added "you cannot drink any more yet" to the custom ruleset.
diff --git a/errorList.lua b/errorList.lua
index 9f9d38d..390c542 100644
--- a/errorList.lua
+++ b/errorList.lua
@@ -64,6 +64,7 @@ xErrD_LOC = GetLocale() == "enUS" and {
["you are too far away"] = true,
["can't attack while horrified."] = true,
["can't do that while horrified."] = true,
+ ["you cannot drink any more yet"] = false,
} or { }
diff --git a/xanErrorDevourer.toc b/xanErrorDevourer.toc
index 315779c..798720e 100644
--- a/xanErrorDevourer.toc
+++ b/xanErrorDevourer.toc
@@ -1,8 +1,8 @@
-## Interface: 70100
+## Interface: 80000
## Title: xanErrorDevourer
## Notes: This addon devours errors. Nom-Nom-Nom Errors!
## Author: Xruptor
-## Version: 2.2
+## Version: 2.3
## OptionalDeps: tekDebug
## SavedVariables: xErrD_DB, xErrD_CDB