Fixed free teleport bookmark slot conditions.
Contributed by Edoo.
This commit is contained in:
@ -43,7 +43,7 @@ public class ConditionPlayerHasFreeTeleportBookmarkSlots extends Condition
|
||||
return false;
|
||||
}
|
||||
|
||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 9)
|
||||
if ((player.getBookMarkSlot() + _teleportBookmarkSlots) > 18)
|
||||
{
|
||||
player.sendPacket(SystemMessageId.YOUR_NUMBER_OF_MY_TELEPORTS_SLOTS_HAS_REACHED_ITS_MAXIMUM_LIMIT);
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user