diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-15 13:21:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-15 13:21:23 -0300 |
commit | 637bcb34ebcbdff3d25751fe2b8d1d7728f0b211 (patch) | |
tree | 52e6b05f7959fd395634611128168c0734f782c0 /npc/019-1/well.txt | |
parent | 7cd70dac0edee698be529cc54c68ae2ed013a9c7 (diff) | |
download | serverdata-637bcb34ebcbdff3d25751fe2b8d1d7728f0b211.tar.gz serverdata-637bcb34ebcbdff3d25751fe2b8d1d7728f0b211.tar.bz2 serverdata-637bcb34ebcbdff3d25751fe2b8d1d7728f0b211.tar.xz serverdata-637bcb34ebcbdff3d25751fe2b8d1d7728f0b211.zip |
I... found an error.
Diffstat (limited to 'npc/019-1/well.txt')
-rw-r--r-- | npc/019-1/well.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/019-1/well.txt b/npc/019-1/well.txt index e9c55f90c..1e6dc3a6f 100644 --- a/npc/019-1/well.txt +++ b/npc/019-1/well.txt @@ -73,7 +73,7 @@ L_Throw: mesc l("This item is too precious, you cannot part with it!"); else mesc l("You give up."); - return; + close; } // Delete item and spawn it at Terranite Cave (an Angry Yellow Slime might steal it) delitem .@id, 1; |