summaryrefslogtreecommitdiff
path: root/npc/017-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-18 00:23:55 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-18 00:23:55 -0300
commit68ca62ec5e0dd3baa5c18f83ceae3086043134e7 (patch)
treed42c069ab1b7ff7cd5fe5bce2a1e476e66b7670e /npc/017-1
parent1f7af276c1fbb2453cd711466c23a1c9a5a83b24 (diff)
downloadserverdata-68ca62ec5e0dd3baa5c18f83ceae3086043134e7.tar.gz
serverdata-68ca62ec5e0dd3baa5c18f83ceae3086043134e7.tar.bz2
serverdata-68ca62ec5e0dd3baa5c18f83ceae3086043134e7.tar.xz
serverdata-68ca62ec5e0dd3baa5c18f83ceae3086043134e7.zip
Fix shop startup sequence so new prices are shown
Diffstat (limited to 'npc/017-1')
-rw-r--r--npc/017-1/shops.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/017-1/shops.txt b/npc/017-1/shops.txt
index b1c2e9a11..c74e1c0be 100644
--- a/npc/017-1/shops.txt
+++ b/npc/017-1/shops.txt
@@ -20,6 +20,7 @@ OnInit:
.sex = G_MALE;
.distance = 4;
+ sleep(SHOPWAIT);
tradertype(NST_MARKET);
sellitem LOFCoin, -1, 1;
@@ -73,6 +74,7 @@ OnInit:
.sex = G_FEMALE;
.distance = 4;
+ sleep(SHOPWAIT);
tradertype(NST_MARKET);
sellitem TrainingWand, -1, 3;