提交升级

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-11-28 02:13:05 +08:00
parent 62959f80e4
commit 07db3912cc
46 changed files with 2482 additions and 961 deletions

View File

@@ -75,7 +75,7 @@ export default class PlayerPetData extends BaseData{
if(pet){
//更新数据
Object.assign(pet,resource);
app.event.emit(PlayerPetEvent.UPDATE_INFO)
app.event.emit(PlayerPetEvent.UPDATE_INFO,pet)
}else{
operation = ResourceUpdateType.ADD;
this.onUpdateOV(operation,resource);