local a=CreateFrame("Frame")
a:RegisterEvent("UNIT_SPELLCAST_SUCCEEDED")
a:SetScript("OnEvent",
function(s,e,u,n,...)
local I=IsInGroup(LE_PARTY_CATEGORY_INSTANCE)
local H=IsInGroup(LE_PARTY_CATEGORY_HOME)
local isInstance,instanceType=IsInInstance()

if I and u=="player" and n=="Blessing of Protection" then SendChatMessage(GetSpellLink"Blessing of Protection".."[보호의 축복] ▶ %t","SAY")
elseif H and u=="player" and n=="Blessing of Protection" then SendChatMessage(GetSpellLink"Blessing of Protection".."[보호의 축복] ▶ %t","party")


end;
end)


제가 구글링으로 여러부분을 눈치껏 갖다붙여서 잘 사용하고 있던 애드온인데
패치 이후로 작동하지 않네요
기본 지식이 없다 보니 패치 이후에 어느 문구가 어떻게 변한 것인지 찾질 못하겠네요...
어느 부분을 수정해야 정상동작할 것인지에 대한 조언을 구하고자 합니다.

※ 제가 영문판을 사용 중이라서 스킬 이름을 입력해야하는 부분에 영문스킬명을 입력한 것입니다. 
보호의 축복 Blessing of Protection