summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-16 08:46:38 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-16 08:46:38 -0300
commitddcc740d017c8dd133859cc47b6ac3a0f674fc49 (patch)
treec9fc3a9de8ffc0fb190480d2dc1a94182556dec8 /npc/003-1
parentbb88ba56ad8969cbdba7c3a7a96b77ed2cee9b7c (diff)
downloadserverdata-ddcc740d017c8dd133859cc47b6ac3a0f674fc49.tar.gz
serverdata-ddcc740d017c8dd133859cc47b6ac3a0f674fc49.tar.bz2
serverdata-ddcc740d017c8dd133859cc47b6ac3a0f674fc49.tar.xz
serverdata-ddcc740d017c8dd133859cc47b6ac3a0f674fc49.zip
Neko now sells Earth Powder instead of much more expensive shirt.
Bracco now practices market price for it.
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/neko.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt
index 7f4bc356d..554f7d484 100644
--- a/npc/003-1/neko.txt
+++ b/npc/003-1/neko.txt
@@ -74,7 +74,7 @@ OnInit:
setunitdata(.@npcId, UDT_HAIRCOLOR, 2);
tradertype(NST_MARKET);
- sellitem LeatherShirt, 12000, 1;
+ sellitem EarthPowder, 12000, 1;
sellitem ShortTankTop, 8000, 1;
sellitem TrainingBow, 990, 2;
sellitem CottonCloth, -1, 3;
@@ -91,7 +91,7 @@ OnInit:
OnClock1149:
OnClock2359:
- restoreshopitem LeatherShirt, 12000, 1;
+ restoreshopitem EarthPowder, 12000, 1;
restoreshopitem ShortTankTop, 8000, 1;
restoreshopitem TrainingBow, 990, 2;
restoreshopitem CottonCloth, 3;