From 157b0af8bf94038945f9f6e8fb94f16774b48bb8 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Sun, 30 Sep 2012 22:23:39 -0500 Subject: [PATCH] Fixed some slot issues --- WeightsWatcher.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/WeightsWatcher.lua b/WeightsWatcher.lua index dac5c86..f2052a6 100644 --- a/WeightsWatcher.lua +++ b/WeightsWatcher.lua @@ -224,7 +224,6 @@ local function loadGeneralInfo() WeightsWatcher.player.class = class local slotList = { - "AmmoSlot", "BackSlot", "ChestSlot", "FeetSlot", @@ -635,9 +634,7 @@ local slotConversion = { [ww_localizedSlotNames["off hand"]] = {"MainHandSlot", "SecondaryHandSlot"}, [ww_localizedSlotNames["one-hand"]] = {"MainHandSlot", "SecondaryHandSlot"}, [ww_localizedSlotNames["two-hand"]] = {"MainHandSlot", "SecondaryHandSlot"}, - [ww_localizedSlotNames["relic"]] = "RangedSlot", - [ww_localizedSlotNames["ranged"]] = "RangedSlot", - [ww_localizedSlotNames["thrown"]] = "RangedSlot", + [ww_localizedSlotNames["ranged"]] = {"MainHandSlot", "SecondaryHandSlot"}, [ww_localizedSlotNames["projectile"]] = "AmmoSlot", [ww_localizedSlotNames["neck"]] = "NeckSlot", [ww_localizedSlotNames["back"]] = "BackSlot", -- 1.7.9.5