diff options
Diffstat (limited to 'npc/custom/quests/event_6_new_hats.txt')
-rw-r--r-- | npc/custom/quests/event_6_new_hats.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/quests/event_6_new_hats.txt b/npc/custom/quests/event_6_new_hats.txt index 4c00ede00..1021d8c3c 100644 --- a/npc/custom/quests/event_6_new_hats.txt +++ b/npc/custom/quests/event_6_new_hats.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= RedxSwordxHero, Lupus
//===== Current Version: =====================================
-//= 1.4
+//= 1.4a
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -21,7 +21,7 @@ //= for hats which cannot be made on the real server. [Lupus]
//= 1.2 removed already existing official hat quests [Lupus]
//= 1.3 Spiffed up the NPC coords and their appearance [Lupus]
-//= 1.4 Fixed exploits [Lupus]
+//= 1.4 Fixed exploits. 1.4a fixed wrong item ID [Lupus]
//============================================================
@@ -157,7 +157,7 @@ L1_19: mes "Let me check the items you have brought here.";
next;
if(countitem(10007) < 1) goto L_ITEM_1b;//Items: Silk Ribbon,
- if(countitem(10008) < 1) goto L_ITEM_2b;//Items: Punisher,
+ if(countitem(10009) < 1) goto L_ITEM_2b;//Items: Wild Flower,
delitem 10007,1;//Items: Silk Ribbon,
delitem 10009,1; //Items: Wild Flower,
mes "[Jac]";
|