diff options
Diffstat (limited to 'npc/009-2_Hurnscald/alan.txt')
-rw-r--r-- | npc/009-2_Hurnscald/alan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/009-2_Hurnscald/alan.txt b/npc/009-2_Hurnscald/alan.txt index 6d8a1770..6dc9da67 100644 --- a/npc/009-2_Hurnscald/alan.txt +++ b/npc/009-2_Hurnscald/alan.txt @@ -134,7 +134,7 @@ L_State_3_try: mes "\"Hmmm... looks ok, but is it strong enough?\""; mes "Alan bends the log over his knee."; next; - delitem 569, 1; + delitem "RawLog", 1; set @Temp1, rand(20); if (@Temp1 == 0) goto L_State_3_success; mes "The log breaks with a loud crack"; @@ -177,7 +177,7 @@ L_State_4_pay: getinventorylist; if (@inventorylist_count == 100) goto L_State_4_TooMany; set zeny, zeny - 10000; - getitem 545, 1; + getitem "ForestBow", 1; set @Q_status, 5; callsub S_Update_Var; mes "[Alan]"; |