decadewuniang关索id调整

This commit is contained in:
mengxinzxz 2023-09-27 21:19:46 +08:00 committed by GitHub
parent 41a9118358
commit 4b6795a7fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5535,7 +5535,7 @@ game.import('character',function(lib,game,ui,get,ai,_status){
else event.finish();
'step 2'
var list=game.filterPlayer(function(current){
return current.name=='guansuo'||current.name2=='guansuo';
return current.name=='ol_guansuo'||current.name2=='ol_guansuo';
});
if(list.length) game.asyncDraw(list);
else event.finish();