diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-07 18:00:13 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-04-07 18:00:13 +0000 |
commit | 1a348ede4934a1ba78f337ee1dffe11a699f4bef (patch) | |
tree | 883d4c1ae282fb67e1720f81c20f564499298ff4 /npc/quests/custom/event_32_new_hats.txt | |
parent | 7cb0d361f1b4260b47ab1da99224332947320553 (diff) | |
parent | a6cd6538e4271ea08dc86803e8b7e8c8f235960b (diff) | |
download | hercules-1a348ede4934a1ba78f337ee1dffe11a699f4bef.tar.gz hercules-1a348ede4934a1ba78f337ee1dffe11a699f4bef.tar.bz2 hercules-1a348ede4934a1ba78f337ee1dffe11a699f4bef.tar.xz hercules-1a348ede4934a1ba78f337ee1dffe11a699f4bef.zip |
branch for major stability breakage
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@1440 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/custom/event_32_new_hats.txt')
-rw-r--r-- | npc/quests/custom/event_32_new_hats.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/custom/event_32_new_hats.txt b/npc/quests/custom/event_32_new_hats.txt index 52056d437..5ad0c66f4 100644 --- a/npc/quests/custom/event_32_new_hats.txt +++ b/npc/quests/custom/event_32_new_hats.txt @@ -699,7 +699,7 @@ L1_19: mes "Let me check the items you have brought here."; next; if((countitem(10007) < 1)) goto L_ITEM_1b; - if((countitem(10008) < 1)) goto L_ITEM_2b; + if((countitem(10009) < 1)) goto L_ITEM_2b; mes "[Jac]"; mes "Wow!! Well done! Finally you have gathered all items needed! We will make the Kafra Band for you right away. Please Wait a Moment."; next; |