From ab01ed5ffce4829a8f0583d0e8352c35e7489dab Mon Sep 17 00:00:00 2001 From: shagu Date: Wed, 24 Oct 2018 20:28:37 +0200 Subject: [PATCH] focus: add pfcastfocus as fallback --- modules/focus.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/focus.lua b/modules/focus.lua index 82a9b964..b8e5d1fa 100644 --- a/modules/focus.lua +++ b/modules/focus.lua @@ -20,7 +20,7 @@ function SlashCmdList.PFCLEARFOCUS(msg) end end -SLASH_PFCASTFOCUS1 = '/castfocus' +SLASH_PFCASTFOCUS1, SLASH_PFCASTFOCUS2 = '/castfocus', '/pfcastfocus' function SlashCmdList.PFCASTFOCUS(msg) if not pfUI.uf.focus or not pfUI.uf.focus:IsShown() or not pfUI.uf.focus.unitname then UIErrorsFrame:AddMessage(SPELL_FAILED_BAD_TARGETS, 1, 0, 0)