diff options
Diffstat (limited to 'npc/012-3')
-rw-r--r-- | npc/012-3/alan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index 795d7f6c1..ed800f17f 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -124,6 +124,6 @@ OnClock1800: if ($ARKIM_ST > 1400) restoreshopitem CursedArrow, -1, $ARKIM_ST-1400; if ($ARKIM_ST > 2800) - restoreshopitem PoisonAmmoBox, -1, $ARKIM_ST-2800; + restoreshopitem PoisonArrow, -1, $ARKIM_ST-2800; } |