fix: 恢复怪物和英雄的召唤技能配置复制逻辑

修复了heroSet.ts中注释掉的call字段注释,同时恢复了Hero和Monster类中对call技能配置的复制代码,让召唤技能触发逻辑正常生效
This commit is contained in:
panw
2026-05-21 10:41:33 +08:00
parent bbd3e01ae5
commit 3bfdf1639b
3 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ export class Hero extends ecs.Entity {
model.dis = hero.dis ?? 720;
// 复制触发技能配置
// model.call = hero.call;
model.call = hero.call;
model.dead = hero.dead;
model.fstart = hero.fstart;
model.fend = hero.fend;