diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-19 11:00:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-19 11:00:33 -0300 |
commit | 28411110f5778c54c010c5029b40d5a5345c4f46 (patch) | |
tree | 8a356c0fca3599ea567c6ba795aa109abdebee6e /npc | |
parent | 71224fba6a7c24a74199ad58a07bf666d27fe698 (diff) | |
download | serverdata-28411110f5778c54c010c5029b40d5a5345c4f46.tar.gz serverdata-28411110f5778c54c010c5029b40d5a5345c4f46.tar.bz2 serverdata-28411110f5778c54c010c5029b40d5a5345c4f46.tar.xz serverdata-28411110f5778c54c010c5029b40d5a5345c4f46.zip |
Fix bug
Diffstat (limited to 'npc')
-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; } |