From b39a3db4f1ef62728d66721a2053f78cb82f9347 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Tue, 23 Oct 2012 18:18:16 -0400 Subject: [PATCH] -small update --- errorList.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/errorList.lua b/errorList.lua index bda5a15..c1f6cd9 100644 --- a/errorList.lua +++ b/errorList.lua @@ -7,6 +7,7 @@ http://www.wowwiki.com/WoW_Constants/Errors http://www.wowpedia.org/WoW_Constants/Spells http://paste2.org/p/1134726 + https://github.com/phanx/wow-globalstrings/blob/master/enUS.lua --------------------------]] xErrD = { @@ -46,6 +47,8 @@ xErrD = { [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. + [ERR_BADATTACKPOS] = true, --you are too far away + [SPELL_FAILED_TARGET_FRIENDLY] = false, --target is friendly } --localized error messages @@ -53,7 +56,6 @@ xErrD_LOC = GetLocale() == "enUS" and { ["you are too far away"] = true, ["can't attack while horrified."] = true, ["can't do that while horrified."] = true, - ["target is friendly"] = false, --(Not on by default) } or { } -- 1.7.9.5