diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-03-04 09:37:29 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-03-04 09:37:29 +0000 |
commit | 49b801dcc0fbe32317f4e46b60c0da95201ccd0a (patch) | |
tree | b9227a15f74125a1e1d4b37ae22e0d57dcb660bc /npc | |
parent | fddbdd1444120578d24dbd13a1643b4774e00901 (diff) | |
download | serverdata-49b801dcc0fbe32317f4e46b60c0da95201ccd0a.tar.gz serverdata-49b801dcc0fbe32317f4e46b60c0da95201ccd0a.tar.bz2 serverdata-49b801dcc0fbe32317f4e46b60c0da95201ccd0a.tar.xz serverdata-49b801dcc0fbe32317f4e46b60c0da95201ccd0a.zip |
remove jean short from shoppakep and decrease leather shirt price to 50k
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/shoppakep.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/012-1/shoppakep.txt b/npc/012-1/shoppakep.txt index b1ff3b9b4..247c23e80 100644 --- a/npc/012-1/shoppakep.txt +++ b/npc/012-1/shoppakep.txt @@ -49,8 +49,7 @@ OnInit: OnClock1759: restoreshopitem PinkieLeg, 500, 1; OnClock0546: - restoreshopitem LeatherShirt, 125000, 1; - restoreshopitem JeansShorts, 125000, 1; + restoreshopitem LeatherShirt, 50000, 1; restoreshopitem CottonSkirt, 100000, 1; restoreshopitem MiniSkirt, 100000, 1; restoreshopitem ShortTankTop, 100000, 1; |