diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-07 11:02:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-07 11:02:17 -0300 |
commit | 277407b85a0e555de8034c8b6df32dce209c608e (patch) | |
tree | 81505d3d7cfc36ddf0e92af3df7ee798c3edf079 /npc/003-1-1 | |
parent | ff8fa17c70610a61d6e5b9ceec31088cddb1b9a5 (diff) | |
download | serverdata-277407b85a0e555de8034c8b6df32dce209c608e.tar.gz serverdata-277407b85a0e555de8034c8b6df32dce209c608e.tar.bz2 serverdata-277407b85a0e555de8034c8b6df32dce209c608e.tar.xz serverdata-277407b85a0e555de8034c8b6df32dce209c608e.zip |
Fixes
Diffstat (limited to 'npc/003-1-1')
-rw-r--r-- | npc/003-1-1/yetiking.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index 09d2d5179..0e293d096 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -92,9 +92,9 @@ OnSummonTalk: close; OnWarper: - mes col("Warp to the Cave Of Trials? You still get EXP penalty!",9); + mes col("Warp to the Cave Of Trials? You still get EXP penalty if you die, beware!",9); if (askyesno() == ASK_YES) { - warp "000-1", 0, 0; + warp "001-6", 27, 180; } setnpcdisplay .name$, NPC_SUMMONING_CIRC; .inUse=0; |