Quantcast

bank bag slot issue fixed

Steven Jackson [04-25-15 - 02:24]
bank bag slot issue fixed
Filename
SVUI_Inventory/SVUI_Inventory.lua
diff --git a/SVUI_Inventory/SVUI_Inventory.lua b/SVUI_Inventory/SVUI_Inventory.lua
index 83f7176..a12e92c 100644
--- a/SVUI_Inventory/SVUI_Inventory.lua
+++ b/SVUI_Inventory/SVUI_Inventory.lua
@@ -513,7 +513,7 @@ local ContainerFrame_UpdateLayout = function(self)
 				bagSlot:SetNormalTexture("")
 				bagSlot:SetCheckedTexture("")
 				bagSlot:SetPushedTexture("")
-				bagSlot:SetScript("OnClick", nil)
+				--bagSlot:SetScript("OnClick", nil)
 				bagSlot:RemoveTextures()
 				bagSlot:SetStyle("!_ActionSlot");