mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交升级
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user