Quantcast

updated

Steven Jackson [07-31-14 - 23:59]
updated
Filename
Interface/AddOns/SVUI/scripts/misc.lua
diff --git a/Interface/AddOns/SVUI/scripts/misc.lua b/Interface/AddOns/SVUI/scripts/misc.lua
index 46403e8..8c13f5c 100644
--- a/Interface/AddOns/SVUI/scripts/misc.lua
+++ b/Interface/AddOns/SVUI/scripts/misc.lua
@@ -613,9 +613,9 @@ local Totems_OnEvent = function(self, event)
 	end
 end

-local Totem_OnClick = function(self)
-	_G["TotemFrameTotem"..self:GetID()]:Click(RightButton)
-end
+-- local Totem_OnClick = function(self)
+-- 	_G["TotemFrameTotem"..self:GetID()]:Click("RightButton")
+-- end

 function SuperVillain:UpdateTotems()
 	local totemSize = self.db.system.totems.size;
@@ -683,8 +683,8 @@ local function CreateTotemBar()
 		totem.CD:FillInner()
 		SuperVillain:AddCD(totem.CD)
 		totem:EnableMouse(true)
-		totem:RegisterForClicks('RightButtonUp')
-		totem:SetScript("OnClick", Totem_OnClick)
+		-- totem:RegisterForClicks("RightButtonUp")
+		-- totem:SetScript("OnClick", Totem_OnClick)
 		TotemBar[i] = totem
 	end
 	TotemBar:Show()