Minor improvements for Brothers Bound in Chains.

This commit is contained in:
MobiusDev
2016-08-31 19:17:15 +00:00
parent afda308a02
commit 005a008c50
2 changed files with 11 additions and 8 deletions

View File

@@ -58,12 +58,12 @@ public final class SummonAgathion extends AbstractEffect
return;
}
EventDispatcher.getInstance().notifyEventAsync(new OnPlayerSummonAgathion(effector.getActingPlayer(), _npcId));
final L2PcInstance player = effected.getActingPlayer();
player.setAgathionId(_npcId);
player.sendPacket(new ExUserInfoCubic(player));
player.broadcastCharInfo();
EventDispatcher.getInstance().notifyEventAsync(new OnPlayerSummonAgathion(effector.getActingPlayer(), _npcId));
}
}