diff options
-rw-r--r-- | npc/011-1_Woodland/auldsbel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/011-1_Woodland/auldsbel.txt b/npc/011-1_Woodland/auldsbel.txt index fd4e2b47..f31b26c1 100644 --- a/npc/011-1_Woodland/auldsbel.txt +++ b/npc/011-1_Woodland/auldsbel.txt @@ -785,7 +785,7 @@ L_component_quest_2: if (countitem ("SilkCocoon") < 100) goto L_component_quest_missing; - delitem "SilkCocoon", 20; + delitem "SilkCocoon", 100; set zeny, zeny + 5000; mes "[Auldsbel the Wizard]"; mes "\"Splendid, splendid! Here are 5,000 GP for you.\""; |