mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 16:49:03 +00:00
set ape atoll tele to require 19 QP
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user