Quantcast

Handle the cosmetic subslot

Kevin Lyles [07-20-13 - 23:41]
Handle the cosmetic subslot
Filename
Locales/enUS/slots.lua
diff --git a/Locales/enUS/slots.lua b/Locales/enUS/slots.lua
index 1217dd9..df1507d 100644
--- a/Locales/enUS/slots.lua
+++ b/Locales/enUS/slots.lua
@@ -28,6 +28,7 @@ ww_localizedSlotNames = {
 	["axe"] = "axe",
 	["bow"] = "bow",
 	["cloth"] = "cloth",
+	["cosmetic"] = "cosmetic",
 	["crossbow"] = "crossbow",
 	["dagger"] = "dagger",
 	["fishing pole"] = "fishing pole",
@@ -74,6 +75,7 @@ ww_slotDisplayNames = {
 	[ww_localizedSlotNames["trinket"]] = "Trinket",
 	[ww_localizedSlotNames["held in off-hand"]] = "Held In Off-hand",
 	[ww_localizedSlotNames["cloth"]] = "Cloth",
+	[ww_localizedSlotNames["cosmetic"]] = "Cosmetic",
 	[ww_localizedSlotNames["leather"]] = "Leather",
 	[ww_localizedSlotNames["mail"]] = "Mail",
 	[ww_localizedSlotNames["plate"]] = "Plate",