mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
修复
This commit is contained in:
@@ -363,6 +363,8 @@ export default class GOnHookMode extends GDefaultMode<{},{}>{
|
||||
if(!creeps) return; //没有获取到野怪则返回
|
||||
this.onGenCreeps(index + 1,creeps);
|
||||
}
|
||||
|
||||
this.onUpdatePlayerPet();
|
||||
// this.enemyInfo.roles.forEach((info,index) => this.onGenRole(GOnHookModePlayerEnum.ENEMY,index + 1,info));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user