gitxsm 7 месяцев назад
Родитель
Сommit
03c3927eed
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      script/module/elf/ElfLogic.lua

+ 3 - 3
script/module/elf/ElfLogic.lua

@@ -348,9 +348,9 @@ end
 
 -- 获取精灵当前技能
 function GetElfSkill(human, elfId)
-    if not isOpen(human) then
-        return
-    end
+    -- if not isOpen(human) then
+    --     return
+    -- end
 
     local elfData = getElfData(human)
     if not elfData or not elfData[elfId] then