diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-18 00:23:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-18 00:23:55 -0300 |
commit | 68ca62ec5e0dd3baa5c18f83ceae3086043134e7 (patch) | |
tree | d42c069ab1b7ff7cd5fe5bce2a1e476e66b7670e /npc/003-5 | |
parent | 1f7af276c1fbb2453cd711466c23a1c9a5a83b24 (diff) | |
download | serverdata-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/003-5')
-rw-r--r-- | npc/003-5/jeweler.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-5/jeweler.txt b/npc/003-5/jeweler.txt index 8b92626b0..a1b2b9dd9 100644 --- a/npc/003-5/jeweler.txt +++ b/npc/003-5/jeweler.txt @@ -193,6 +193,7 @@ OnInit: .sex = G_FEMALE; .distance = 5; + sleep(SHOPWAIT); tradertype(NST_MARKET); sellitem WeddingRing, 5000, 50; sellitem GoldenBlackPearlRing, 500000, 1; // I'm joking of course. Don't tell me you'll pay half MILLION for... this? |