From 5ac0f831a17398058aeec1d57125ba6316b39685 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Mon, 24 Oct 2011 11:33:33 -0400 Subject: [PATCH] -Updated for Firelands. -Added a new spell error, "Target to close" -YES I'm back to playing WOW, expect updates to all my addons. --- errorList.lua | 1 + xanErrorDevourer.toc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 1.7.9.5