Quantcast

Rearranged slots to be a little more organized

Kevin Lyles [02-20-11 - 16:45]
Rearranged slots to be a little more organized
Filename
Locales/enUS/slots.lua
diff --git a/Locales/enUS/slots.lua b/Locales/enUS/slots.lua
index 95219d4..a7a7722 100644
--- a/Locales/enUS/slots.lua
+++ b/Locales/enUS/slots.lua
@@ -3,51 +3,55 @@ if GetLocale() ~= "enUS" then
 end

 ww_localizedSlotNames = {
-	["axe"] = "axe",
-	["mace"] = "mace",
-	["sword"] = "sword",
-	["head"] = "head",
-	["shoulder"] = "shoulder",
+	["back"] = "back",
 	["chest"] = "chest",
-	["wrist"] = "wrist",
+	["feet"] = "feet",
+	["finger"] = "finger",
 	["hands"] = "hands",
-	["waist"] = "waist",
+	["head"] = "head",
+	["held in off-hand"] = "held in off-hand",
 	["legs"] = "legs",
-	["feet"] = "feet",
 	["main hand"] = "main hand",
+	["neck"] = "neck",
 	["off hand"] = "off hand",
 	["one-hand"] = "one-hand",
-	["two-hand"] = "two-hand",
-	["relic"] = "relic",
-	["ranged"] = "ranged",
-	["thrown"] = "thrown",
 	["projectile"] = "projectile",
-	["neck"] = "neck",
-	["back"] = "back",
+	["ranged"] = "ranged",
+	["relic"] = "relic",
 	["shirt"] = "shirt",
+	["shoulder"] = "shoulder",
 	["tabard"] = "tabard",
-	["finger"] = "finger",
+	["thrown"] = "thrown",
 	["trinket"] = "trinket",
-	["held in off-hand"] = "held in off-hand",
-	["cloth"] = "cloth",
-	["leather"] = "leather",
-	["mail"] = "mail",
-	["plate"] = "plate",
+	["two-hand"] = "two-hand",
+	["waist"] = "waist",
+	["wrist"] = "wrist",

 	["arrow"] = "arrow",
+	["axe"] = "axe",
 	["bow"] = "bow",
 	["bullet"] = "bullet",
+	["cloth"] = "cloth",
 	["crossbow"] = "crossbow",
 	["dagger"] = "dagger",
 	["fishing pole"] = "fishing pole",
 	["fist weapon"] = "fist weapon",
 	["gun"] = "gun",
 	["idol"] = "idol",
+	["leather"] = "leather",
 	["libram"] = "libram",
+	["mace"] = "mace",
+	["mail"] = "mail",
+	["plate"] = "plate",
 	["polearm"] = "polearm",
+	-- It's a slot AND a subslot
+	-- ["relic"] = "relic",
 	["shield"] = "shield",
 	["sigil"] = "sigil",
 	["staff"] = "staff",
+	["sword"] = "sword",
+	-- It's a slot AND a subslot
+	-- ["thrown"] = "thrown",
 	["totem"] = "totem",
 	["wand"] = "wand",
 }