diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 20:23:51 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 20:23:51 +0000 |
commit | 9105492a076638e8d8b89f1c7aab26623b5b99f8 (patch) | |
tree | 03a0500749fda3b3c105dd6ab041e1228a210ae8 /npc/quests/newgears/neris.txt | |
parent | 538a6167f0dc9838ae5b8493cb35b71a080994c0 (diff) | |
download | hercules-9105492a076638e8d8b89f1c7aab26623b5b99f8.tar.gz hercules-9105492a076638e8d8b89f1c7aab26623b5b99f8.tar.bz2 hercules-9105492a076638e8d8b89f1c7aab26623b5b99f8.tar.xz hercules-9105492a076638e8d8b89f1c7aab26623b5b99f8.zip |
some fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@498 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/newgears/neris.txt')
-rw-r--r-- | npc/quests/newgears/neris.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/quests/newgears/neris.txt b/npc/quests/newgears/neris.txt index 3356a6bad..d0771e449 100644 --- a/npc/quests/newgears/neris.txt +++ b/npc/quests/newgears/neris.txt @@ -28,6 +28,7 @@ M_LGB: mes "[Neris]"; mes "Looks pretty cute when you wear it."; mes "So... what can I do for you?"; + next; menu "Make me Golden Bells!",-,"What do I need to make it?",M_REQL,"Nothing, thanks.",M_EXIT; if ((countitem(10016) < 1) || (countitem(714) < 1) || (countitem(969) < 3) || (Zeny < 1000)) GOTO L_NOITEM;//Items: Golden Bell, Emperium, Gold, |