summaryrefslogtreecommitdiff
path: root/npc/jobs/2-1e/StarGladiator.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-20 05:43:48 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-20 05:43:48 +0000
commit36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988 (patch)
tree2f7c6bbdb283b98e36dca3e8344f861fc8f21a1f /npc/jobs/2-1e/StarGladiator.txt
parent79ea710ca5facb2c20fae16d6107dfa16a0f22bc (diff)
downloadhercules-36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988.tar.gz
hercules-36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988.tar.bz2
hercules-36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988.tar.xz
hercules-36a3a6ea0a2f16329f9d6fba5bab1f5a0a9e9988.zip
fixed typos, added missing NEXT;, optimized Niflheim. Clear nif vars garbage
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8819 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1e/StarGladiator.txt')
-rw-r--r--npc/jobs/2-1e/StarGladiator.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/jobs/2-1e/StarGladiator.txt b/npc/jobs/2-1e/StarGladiator.txt
index 94ba6d3c7..66b3f2ae7 100644
--- a/npc/jobs/2-1e/StarGladiator.txt
+++ b/npc/jobs/2-1e/StarGladiator.txt
@@ -27,6 +27,7 @@ L_Taekwon:
mes "Oooh, a Taekwon!";
mes "I don't see many of those around.";
mes "I don't suppose you're interested in becoming even stronger?";
+ next;
menu "Oh..?",-,"No, not really.",L_No;
mes "[MooHyun]";
@@ -235,7 +236,7 @@ L_Talk3:
mes "I am here to teach you about";
mes "the multiple energies that";
mes "come from the stars.";
- //goto L_Itemcheck;
+ next;
L_Itemcheck:
if(countitem(1000) < 1 || countitem(1001) < 1) goto L_Noitem3;