From 2d68f3c60da97e72fc0dd4c06c090ebfb57938de Mon Sep 17 00:00:00 2001 From: shagu Date: Sat, 3 Aug 2019 09:03:42 +0200 Subject: [PATCH] nameplates: disable right-click emulation for tbc --- modules/nameplates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nameplates.lua b/modules/nameplates.lua index 4c8b8384..1d336349 100644 --- a/modules/nameplates.lua +++ b/modules/nameplates.lua @@ -104,7 +104,7 @@ pfUI:RegisterModule("nameplates", "vanilla:tbc", function () this.nameplate:EnableMouse(false) end - if C.nameplates["rightclick"] == "1" then + if C.nameplates["rightclick"] == "1" and pfUI.client < 20000 then local plate = C.nameplates["legacy"] == "0" and this.nameplate or this plate:SetScript("OnMouseDown", function() if arg1 and arg1 == "RightButton" then