Created L2PcInstance updatePvpTitleAndColor method.
This commit is contained in:
@@ -278,6 +278,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.sendMessage("A GM changed your PVP count to " + pvp);
|
||||
|
Reference in New Issue
Block a user