From 8aa25f4af75126940eed773a423f804cbeaf1509 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 17 Feb 2013 04:21:34 +0000 Subject: [PATCH] - http://www.wowace.com/addons/ice-hud/tickets/167-shaman-totems-cant-be-clicked-off/ disabled right-click-destroy on totems --- modules/Totems.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Totems.lua b/modules/Totems.lua index ecb2cdc..222bcdc 100644 --- a/modules/Totems.lua +++ b/modules/Totems.lua @@ -394,7 +394,7 @@ function Totems.prototype:CreateTotem(i, name) -- it looks like HookScript will continue to add handlers every time instead of replacing them like SetScript if (bWasNewFrame) then - self.frame.graphical[i]:HookScript("OnMouseUp", self.graphicalOnMouseUp) + --self.frame.graphical[i]:HookScript("OnMouseUp", self.graphicalOnMouseUp) end end