From 25c331ea51d6329c656f217cb64b027b20f35653 Mon Sep 17 00:00:00 2001 From: John Pasula Date: Tue, 8 Feb 2011 11:22:34 -0700 Subject: [PATCH] Comment out retired strings. --- Constants.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Constants.lua b/Constants.lua index b956ef7..689b78b 100644 --- a/Constants.lua +++ b/Constants.lua @@ -359,7 +359,7 @@ private.acquire_types = { ["WORLD_DROP"] = 7, ["ACHIEVEMENT"] = 8, ["CUSTOM"] = 9, - ["RETIRED"] = 10, + --["RETIRED"] = 10, } private.acquire_strings = { @@ -372,7 +372,7 @@ private.acquire_strings = { [7] = "WORLD_DROP", [8] = "ACHIEVEMENT", [9] = "CUSTOM", - [10] = "RETIRED", + --[10] = "RETIRED", } private.acquire_names = { @@ -385,7 +385,7 @@ private.acquire_names = { [7] = L["World Drop"], [8] = _G.ACHIEVEMENTS, [9] = _G.MISCELLANEOUS, - [10] = L["Retired"], + --[10] = L["Retired"], } ------------------------------------------------------------------------------- -- 1.7.9.5