summaryrefslogtreecommitdiff
path: root/npc/017-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-11 18:40:42 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-11 18:40:42 -0300
commitd904d56a2215f2d565e94da30ba9a0b9442747ff (patch)
tree5a7b0f2912b223be7e5e5990b8c5a48627318c0a /npc/017-3
parentaed49ca9beb1beeb005f5698a3fd322a3ebf4447 (diff)
downloadserverdata-d904d56a2215f2d565e94da30ba9a0b9442747ff.tar.gz
serverdata-d904d56a2215f2d565e94da30ba9a0b9442747ff.tar.bz2
serverdata-d904d56a2215f2d565e94da30ba9a0b9442747ff.tar.xz
serverdata-d904d56a2215f2d565e94da30ba9a0b9442747ff.zip
Bump the minimum level to 70, as the reward is level 82
Diffstat (limited to 'npc/017-3')
-rw-r--r--npc/017-3/doctor.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/017-3/doctor.txt b/npc/017-3/doctor.txt
index c35277edb..2e24f6d45 100644
--- a/npc/017-3/doctor.txt
+++ b/npc/017-3/doctor.txt
@@ -212,9 +212,9 @@ L_TimeFlask:
mesq l("You better find a way to travel back in time soon!");
close;
}
- if (BaseLevel < 60) {
+ if (BaseLevel < 70) {
mesn;
- mesq l("It'll be too dangerous if you're not at least level %d. But I'm sure you can grind the required level in no time; Don't let your body down! Exercise!", 60);
+ mesq l("It'll be too dangerous if you're not at least level %d. But I'm sure you can grind the required level in no time; Don't let your body down! Exercise!", 70);
close;
}
mesn;