diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-04 16:13:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-04 16:13:07 -0300 |
commit | 86378a4d3b84dd950e85cfdd9433e9025e461511 (patch) | |
tree | 4905e2d81e66e372bad03d8a43d4e3af822f7a7b /npc/012-3 | |
parent | 0611e3cafdca819534779e17aa3795564bfd48ad (diff) | |
download | serverdata-86378a4d3b84dd950e85cfdd9433e9025e461511.tar.gz serverdata-86378a4d3b84dd950e85cfdd9433e9025e461511.tar.bz2 serverdata-86378a4d3b84dd950e85cfdd9433e9025e461511.tar.xz serverdata-86378a4d3b84dd950e85cfdd9433e9025e461511.zip |
Fix a bug
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; } |