diff options
author | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-04 00:36:56 +0000 |
---|---|---|
committer | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-04 00:36:56 +0000 |
commit | 6a124c7a16430e3f185250eb1f97c54f3008f193 (patch) | |
tree | a985e7267a9cd023f0efdcd18193147f6106884b /npc/quests | |
parent | e558277b3d72f1a27cffb72f2cb3b8ab295f3031 (diff) | |
download | hercules-6a124c7a16430e3f185250eb1f97c54f3008f193.tar.gz hercules-6a124c7a16430e3f185250eb1f97c54f3008f193.tar.bz2 hercules-6a124c7a16430e3f185250eb1f97c54f3008f193.tar.xz hercules-6a124c7a16430e3f185250eb1f97c54f3008f193.zip |
* Added missing NPC name in text and next;'s in npc/quests/bongunsword.txt,
- npc/cities/amatsu.txt, and npc/merchants/socket_enchant.txt. (Thanks $ephiroth) [Evera]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8603 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/bongunsword.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/quests/bongunsword.txt b/npc/quests/bongunsword.txt index 70517b468..837c00788 100644 --- a/npc/quests/bongunsword.txt +++ b/npc/quests/bongunsword.txt @@ -3,13 +3,14 @@ //===== By: ==================================================
//= eAthena Team
//===== Current Version: =====================================
-//= 1.0
+//= 1.1
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
//= Quest itms:Sword o'Chinese Exorcist,No Recipient,Her Heart
//===== Additional Comments: =================================
//= 1.0. merged 3 sep. files, fixed exploits [Lupus]
+//= 1.1 Added missing next;'s [Evera]
//============================================================
@@ -28,6 +29,7 @@ comodo.gat,135,227,5 script Sherri 93,{ next;
mes "[Sherri]";
mes "Can you please help me?";
+ next;
menu "What do I need again?",-,"Here! I got what you need!",ExCreate,"Sorry, I can't help you.",ExEnd;
@@ -82,6 +84,7 @@ izlude_in.gat,115,76,5 script Evan 47,{ next;
mes "[Evan]";
mes "Whaddaya say? ..pal?";
+ next;
menu "What do I need again?",-,"Here! I got what you need!",ExCreate,"Sorry, I can't help you.",ExEnd;
|