Created L2PcInstance updatePvpTitleAndColor method.

This commit is contained in:
MobiusDev
2018-07-09 09:20:08 +00:00
parent 7b31dfcf9f
commit d710208ef4
24 changed files with 328 additions and 240 deletions

View File

@@ -265,6 +265,7 @@ public class AdminEditChar implements IAdminCommandHandler
{
final L2PcInstance player = (L2PcInstance) target;
player.setPvpKills(pvp);
player.updatePvpTitleAndColor(false);
player.broadcastUserInfo();
player.sendPacket(new UserInfo(player));
player.sendPacket(new ExBrExtraUserInfo(player));