From 28411110f5778c54c010c5029b40d5a5345c4f46 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Jun 2018 11:00:33 -0300 Subject: Fix bug --- npc/012-3/alan.txt | 4 ++-- 1 file 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; } -- cgit v1.2.3-60-g2f50