set ape atoll tele to require 19 QP

This commit is contained in:
RedSparr0w
2019-10-25 14:55:26 +13:00
parent a457cba05d
commit 93770239de
@@ -416,8 +416,8 @@ public class MagicTeleports {
return;
}
}
if (player.questPoints < QuestAssistant.MAXIMUM_QUESTPOINTS) {
player.getActionSender().sendMessage("You need " + QuestAssistant.MAXIMUM_QUESTPOINTS + " quest points to teleport here.");
if (player.questPoints < 19) {
player.getActionSender().sendMessage("You need " + 19 + " quest points to teleport here.");
return;
}
if (MAGIC_LEVEL_REQUIRED) {