Do not show custom faction max level message.

This commit is contained in:
MobiusDev 2017-10-07 11:31:22 +00:00
parent a6ec6db55c
commit 88012da161

View File

@ -3011,10 +3011,6 @@ public abstract class AbstractScript extends ManagedScript implements IEventTime
{
player.sendPacket(new ExShowScreenMessage("Your reputation with the " + faction.toString().toLowerCase().replace("_", " ") + " faction was increased by " + factionPoints + " points.", 5000));
}
else
{
player.sendPacket(new ExShowScreenMessage("Your reputation with the " + faction.toString().toLowerCase().replace("_", " ") + " faction is at the highest level possible.", 5000));
}
player.addFactionPoints(faction, factionPoints);
final int newLevel = player.getFactionLevel(faction);