From 979ba62545c83782f2faf5f5426629024056165c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 1 May 2019 10:59:41 -0300 Subject: Fix typo --- npc/012-3/alan.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/012-3/alan.txt') diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index 982da23e3..795d7f6c1 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -99,7 +99,7 @@ OnInit: if ($ARKIM_ST > 2800) sellitem CursedAmmoBox, -1, (($ARKIM_ST-1400)/200); if ($ARKIM_ST > 5600) - sellitem PoisonArrow, -1, (($ARKIM_ST-2800)/200); + sellitem PoisonAmmoBox, -1, (($ARKIM_ST-2800)/200); end; @@ -115,7 +115,7 @@ OnClock1151: if ($ARKIM_ST > 2800) restoreshopitem CursedAmmoBox, -1, (($ARKIM_ST-1400)/200); if ($ARKIM_ST > 5600) - restoreshopitem PoisonArrow, -1, (($ARKIM_ST-2800)/200); + restoreshopitem PoisonAmmoBox, -1, (($ARKIM_ST-2800)/200); OnClock0611: OnClock1800: restoreshopitem TrainingArrow, -1, 2000; @@ -124,6 +124,6 @@ OnClock1800: if ($ARKIM_ST > 1400) restoreshopitem CursedArrow, -1, $ARKIM_ST-1400; if ($ARKIM_ST > 2800) - restoreshopitem PoisonArrow, -1, $ARKIM_ST-2800; + restoreshopitem PoisonAmmoBox, -1, $ARKIM_ST-2800; } -- cgit v1.2.3-60-g2f50