diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-11 18:40:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-11 18:40:42 -0300 |
commit | d904d56a2215f2d565e94da30ba9a0b9442747ff (patch) | |
tree | 5a7b0f2912b223be7e5e5990b8c5a48627318c0a /npc | |
parent | aed49ca9beb1beeb005f5698a3fd322a3ebf4447 (diff) | |
download | serverdata-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')
-rw-r--r-- | npc/017-3/doctor.txt | 4 |
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; |