summaryrefslogtreecommitdiff
path: root/npc/merchants
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-26 05:59:40 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-26 05:59:40 +0000
commit219cd8fc65f1054e358bb7a160f438041414394d (patch)
tree2a87c94ee4c4ef75533faea8c2acb6962f80d5d8 /npc/merchants
parentf04ac098aeefa5cd7f2d632732fa4f49952b0443 (diff)
downloadhercules-219cd8fc65f1054e358bb7a160f438041414394d.tar.gz
hercules-219cd8fc65f1054e358bb7a160f438041414394d.tar.bz2
hercules-219cd8fc65f1054e358bb7a160f438041414394d.tar.xz
hercules-219cd8fc65f1054e358bb7a160f438041414394d.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8872 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/merchants')
-rw-r--r--npc/merchants/shuriken_maker.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/merchants/shuriken_maker.txt b/npc/merchants/shuriken_maker.txt
index 75d9ba0d4..cb38852d8 100644
--- a/npc/merchants/shuriken_maker.txt
+++ b/npc/merchants/shuriken_maker.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Au{R}oN
//===== Current Version: =====================================
-//= 1.2
+//= 1.2a
//===== Compatible With: =====================================
//= eAthena 1.0+
//===== Description: =========================================
@@ -13,6 +13,7 @@
//= 1.0 Added the 4 Shuriken. [Au{R}oN]
//= 1.1 Fix getitem bugs and add if ninja job check. [Au{R}oN]
//= 1.2 more bugs fixed,wrong labels, missing stuf, etc[Lupus]
+//= 1.2a added missing next;
//============================================================
que_ng.gat,22,62,3 script Taitsu 709,{
@@ -139,12 +140,14 @@ M_REKKA:
//=====================I'M SORRY========================
L_NOITEMS:
+ next;
mes "[Taitsu]";
mes "Sorry, but you not have all required items.";
emotion e_sry;
close;
L_NOZENY:
+ next;
mes "[Taitsu]";
mes "I'm sorry, but you need "+@z+"z";
emotion e_cash;
@@ -154,4 +157,4 @@ M_NOPE:
mes "[Taitsu]";
mes "Ok came back when you want.";
close;
-}
+} \ No newline at end of file