修订广播位置问题

This commit is contained in:
yuexin 2020-12-09 18:03:26 +08:00
parent 8fbda9010b
commit 29c9c9b42a

View File

@ -116,7 +116,6 @@ export class SkillTarget{
ed.pos = this.dst._idx;
ed.player = this.dst._owner.getId();
}
ed.pos = this.dsttype != GameUnitType.PLAYER? this.dst:
ed.effect_id = item.effect_type;
ed.val = item.bsuccess? item.effect_res: item.err;
ed.result = item.bsuccess? 0: -1;