summaryrefslogtreecommitdiff
path: root/npc/012-3/alan.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-07 21:12:12 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-07 21:12:12 -0300
commit7715ef42037ad35155eb228666776df6d859943e (patch)
treeaf4c3dc2914cbdd86cc666c65a5aa0a291869548 /npc/012-3/alan.txt
parent7d5f630745276ce8f457547f2e1b8fd926144f18 (diff)
parentd1256756676bc59bba39f2cde886fd5916861577 (diff)
downloadserverdata-7715ef42037ad35155eb228666776df6d859943e.tar.gz
serverdata-7715ef42037ad35155eb228666776df6d859943e.tar.bz2
serverdata-7715ef42037ad35155eb228666776df6d859943e.tar.xz
serverdata-7715ef42037ad35155eb228666776df6d859943e.zip
Merge branch 'master' into heroes_holdheroes_hold
Diffstat (limited to 'npc/012-3/alan.txt')
-rw-r--r--npc/012-3/alan.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt
index dbbf89d32..e1f328a23 100644
--- a/npc/012-3/alan.txt
+++ b/npc/012-3/alan.txt
@@ -89,8 +89,8 @@ OnInit:
if ($ARKIM_ST > 1400)
sellitem CursedArrow, -1, $ARKIM_ST-1400;
- if ($ARKIM_ST > 1800)
- sellitem PoisonArrow, -1, $ARKIM_ST-1800;
+ if ($ARKIM_ST > 2800)
+ sellitem PoisonArrow, -1, $ARKIM_ST-2800;
end;
@@ -105,7 +105,7 @@ OnClock1800:
restoreshopitem IronArrow, -1, 500;
if ($ARKIM_ST > 1400)
restoreshopitem CursedArrow, -1, $ARKIM_ST-1400;
- if ($ARKIM_ST > 1800)
- restoreshopitem PoisonArrow, -1, $ARKIM_ST-1800;
+ if ($ARKIM_ST > 2800)
+ restoreshopitem PoisonArrow, -1, $ARKIM_ST-2800;
}