From 9a73f27ebbb4607ee7d5b62df7b8e673c9e565b2 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Sun, 13 Mar 2011 01:21:40 -0600 Subject: [PATCH] Removed the remnants of the thankfully-aborted attempt at a Retired acquire type. --- Constants.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/Constants.lua b/Constants.lua index 5ca7cb8..1ee7a5f 100644 --- a/Constants.lua +++ b/Constants.lua @@ -364,7 +364,6 @@ private.acquire_types = { ["WORLD_DROP"] = 7, ["ACHIEVEMENT"] = 8, ["CUSTOM"] = 9, - --["RETIRED"] = 10, } private.acquire_strings = { @@ -377,7 +376,6 @@ private.acquire_strings = { [7] = "WORLD_DROP", [8] = "ACHIEVEMENT", [9] = "CUSTOM", - --[10] = "RETIRED", } private.acquire_names = { @@ -390,7 +388,6 @@ private.acquire_names = { [7] = L["World Drop"], [8] = _G.ACHIEVEMENTS, [9] = _G.MISCELLANEOUS, - --[10] = L["Retired"], } ------------------------------------------------------------------------------- -- 1.7.9.5