diff options
-rw-r--r-- | npc/012-3/alan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index cb58c49ea..e9fd486fe 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -104,8 +104,8 @@ OnClock1800: restoreshopitem Arrow, -1, 1000; restoreshopitem IronArrow, -1, 500; if ($ARKIM_ST >= 400) - sellitem CursedArrow, -1, $ARKIM_ST-399; + restoreshopitem CursedArrow, -1, $ARKIM_ST-399; if ($ARKIM_ST >= 800) - sellitem PoisonArrow, -1, $ARKIM_ST-799; + restoreshopitem PoisonArrow, -1, $ARKIM_ST-799; } |