Quantcast

Removed the remnants of the thankfully-aborted attempt at a Retired acquire type.

James D. Callahan III [03-13-11 - 07:21]
Removed the remnants of the thankfully-aborted attempt at a Retired acquire type.
Filename
Constants.lua
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"],
 }

 -------------------------------------------------------------------------------