local C = CreateFrame("Frame")
function C.OnEvent(self, event)
    if event == "PLAYER_REGEN_DISABLED" then
        ShowHelm(1)
        ShowCloak(0)
        --SetCVar("nameplateShowEnemies", 1)
    else
        ShowHelm(0)
        ShowCloak(1)
        --SetCVar("nameplateShowEnemies", 0)
    end
end
C:SetScript("OnEvent", C.OnEvent)
C:RegisterEvent("PLAYER_REGEN_ENABLED")
C:RegisterEvent("PLAYER_REGEN_DISABLED")

 

이건데 폴더명을 korea 파일명을 korea.lua로 했는데 실행이 안되요

 

와우 폴더는 d드라이브인데 그것도 관게가 있나요?

 

답변 부탁드려요.