mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-15 22:30:13 -05:00
- http://www.wowace.com/addons/ice-hud/tickets/167-shaman-totems-cant-be-clicked-off/ disabled right-click-destroy on totems
This commit is contained in:
@ -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
|
-- it looks like HookScript will continue to add handlers every time instead of replacing them like SetScript
|
||||||
if (bWasNewFrame) then
|
if (bWasNewFrame) then
|
||||||
self.frame.graphical[i]:HookScript("OnMouseUp", self.graphicalOnMouseUp)
|
--self.frame.graphical[i]:HookScript("OnMouseUp", self.graphicalOnMouseUp)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user