From d2af264b19e0ee3ee5afe2622569f48be2f2ab75 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Tue, 24 Jul 2018 13:02:04 -0400 Subject: [PATCH] Updated for 8.0 Fixed an error capture that was changed in localization. Added "you cannot drink any more yet" to the custom ruleset. --- errorList.lua | 1 + xanErrorDevourer.toc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 1.7.9.5