thirdparty: fix typo in dpsmate integration

This commit is contained in:
shagu
2017-11-14 19:13:53 +01:00
parent a9fe290162
commit 2a2a61dac5
+1 -1
View File
@@ -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