diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-15 21:40:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-15 21:40:15 -0300 |
commit | 1e21660e3e678a2c9d4d1d1aebd127a1c65072c4 (patch) | |
tree | 146da2dd089c49c2a041ce48652e70fbd361b386 /npc/012-3 | |
parent | 6a692a57c31eb28f9f7e125d032d73a664de702e (diff) | |
download | serverdata-1e21660e3e678a2c9d4d1d1aebd127a1c65072c4.tar.gz serverdata-1e21660e3e678a2c9d4d1d1aebd127a1c65072c4.tar.bz2 serverdata-1e21660e3e678a2c9d4d1d1aebd127a1c65072c4.tar.xz serverdata-1e21660e3e678a2c9d4d1d1aebd127a1c65072c4.zip |
Fix some prices
Diffstat (limited to 'npc/012-3')
-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 d25531bbf..b968a5c38 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -81,7 +81,7 @@ OnInit: .distance = 5; tradertype(NST_MARKET); - sellitem ShortBow, 9000, 1; + sellitem ShortBow, 8800, 1; sellitem WoodenBow, 4000, 2; sellitem TrainingArrow, -1, 2000; @@ -107,7 +107,7 @@ OnInit: OnClock2357: OnClock1151: - restoreshopitem ShortBow, 9000, 1; + restoreshopitem ShortBow, 8800, 1; restoreshopitem WoodenBow, 4000, 2; restoreshopitem TrainingAmmoBox, -1, 10; restoreshopitem ArrowAmmoBox, -1, 5; |