diff options
author | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-04 04:55:16 +0000 |
---|---|---|
committer | evera <evera@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-04 04:55:16 +0000 |
commit | a933e1dd3618225e7bb3565bad3c0aa2b42907ad (patch) | |
tree | 62f9cdf168372c0fe9cd749965cdf2d70e7b61f0 /npc/quests/bongunsword.txt | |
parent | c69853aa7aaeb7291330cbc37db9fc89fd8ab943 (diff) | |
download | hercules-a933e1dd3618225e7bb3565bad3c0aa2b42907ad.tar.gz hercules-a933e1dd3618225e7bb3565bad3c0aa2b42907ad.tar.bz2 hercules-a933e1dd3618225e7bb3565bad3c0aa2b42907ad.tar.xz hercules-a933e1dd3618225e7bb3565bad3c0aa2b42907ad.zip |
Added another missing next; in bongunsword.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8607 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/bongunsword.txt')
-rw-r--r-- | npc/quests/bongunsword.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/bongunsword.txt b/npc/quests/bongunsword.txt index 837c00788..175f32957 100644 --- a/npc/quests/bongunsword.txt +++ b/npc/quests/bongunsword.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= eAthena Team
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -11,6 +11,7 @@ //===== Additional Comments: =================================
//= 1.0. merged 3 sep. files, fixed exploits [Lupus]
//= 1.1 Added missing next;'s [Evera]
+//= 1.2 Added another missing next; [Evera]
//============================================================
@@ -127,7 +128,7 @@ gef_fild07.gat,183,239,5 script Old Smith 120,{ if(countitem(7110)<1) goto L_NoItemS;//Items: Broken_Sword,
mes "[Old Smith]";
mes "Hmm, it seems as if you need something. What would that be?";
-
+ next;
menu "Can you fix this broken sword?",-,"Nothing really...",ExEnd;
mes "[Old Smith]";
|