From 34d9428ad038e31bd88c82adb032d0640676f122 Mon Sep 17 00:00:00 2001 From: Steven Jackson Date: Thu, 31 Jul 2014 18:59:00 -0500 Subject: [PATCH] updated --- Interface/AddOns/SVUI/scripts/misc.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() -- 1.7.9.5