张芝bug修复

This commit is contained in:
copcap 2024-02-07 14:41:05 +08:00
parent 7920bc7fd8
commit f6d637da7c
No known key found for this signature in database
GPG Key ID: 30E7AB6699451AEE
1 changed files with 2 additions and 1 deletions

View File

@ -7060,8 +7060,9 @@ game.import('character',function(lib,game,ui,get,ai,_status){
}
else{
event.cancel();
event.getParent().set('olbixin',true);
// event.getParent().set('olbixin',true);
event.getParent().goto(0);
delete event.getParent().openskilldialog;
}
},
}