小修订
This commit is contained in:
parent
98fb1aa446
commit
8526ef71ea
@ -136,7 +136,9 @@ export class PlayerHandler {
|
|||||||
}
|
}
|
||||||
obj.srcpet = pet;
|
obj.srcpet = pet;
|
||||||
if(!obj.dstpet){
|
if(!obj.dstpet){
|
||||||
obj.dstpet = pet;
|
if(obj.dstplayer && obj.dstplayer.isMyPet(pet)){
|
||||||
|
obj.dstpet = pet;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
pet.loadData(cfg.stageunit_id, obj,
|
pet.loadData(cfg.stageunit_id, obj,
|
||||||
[cfg.quoteskill1id, cfg.quoteskill2id, cfg.quoteskill3id, cfg.quoteskill4id]);
|
[cfg.quoteskill1id, cfg.quoteskill2id, cfg.quoteskill3id, cfg.quoteskill4id]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user