diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-15 06:26:50 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-03-15 06:26:50 +0000 |
commit | d8ff7fd9bed5eebf76b02849b1cc5722ad6b3e23 (patch) | |
tree | 5aa40a2a50bbc2b5ac4410aad02185aa276f5a07 /npc/quests/custom/event_32_new_hats.txt | |
parent | fd0d48141125ddd5dc20f0ee6ab5752a5138bb87 (diff) | |
download | hercules-d8ff7fd9bed5eebf76b02849b1cc5722ad6b3e23.tar.gz hercules-d8ff7fd9bed5eebf76b02849b1cc5722ad6b3e23.tar.bz2 hercules-d8ff7fd9bed5eebf76b02849b1cc5722ad6b3e23.tar.xz hercules-d8ff7fd9bed5eebf76b02849b1cc5722ad6b3e23.zip |
* Fixed a compile warning in pc.c
* Updated Soul Breaker's damage display
* Some shops and scripts fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1234 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; |