From 2a2a61dac55b374e9bdcb0ff02de9bc490d6b650 Mon Sep 17 00:00:00 2001 From: shagu Date: Tue, 14 Nov 2017 19:13:53 +0100 Subject: [PATCH] thirdparty: fix typo in dpsmate integration --- modules/thirdparty.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/thirdparty.lua b/modules/thirdparty.lua index 783a8338..fc9c269d 100644 --- a/modules/thirdparty.lua +++ b/modules/thirdparty.lua @@ -309,7 +309,7 @@ pfUI:RegisterModule("thirdparty", function () pfHookDPSMate:RegisterEvent("VARIABLES_LOADED") pfHookDPSMate:SetScript("OnEvent",function() if DPSMate then - pfHookKTM:UnregisterEvent("VARIABLES_LOADED") + pfHookDPSMate:UnregisterEvent("VARIABLES_LOADED") pfSkinDPSMate() pfDockDPSMate() end