diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-18 22:40:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-18 22:40:28 -0300 |
commit | 262415cb60bd55e671c78e3d21a24c38a8d69816 (patch) | |
tree | 9becb62b8552e3d39b27e3cbd963a0cfc9a378ed /npc/025-1 | |
parent | d3d1c75c4019b5cd67dc74e30d8831161e8849b3 (diff) | |
download | serverdata-262415cb60bd55e671c78e3d21a24c38a8d69816.tar.gz serverdata-262415cb60bd55e671c78e3d21a24c38a8d69816.tar.bz2 serverdata-262415cb60bd55e671c78e3d21a24c38a8d69816.tar.xz serverdata-262415cb60bd55e671c78e3d21a24c38a8d69816.zip |
Typos
Diffstat (limited to 'npc/025-1')
-rw-r--r-- | npc/025-1/yuko.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/025-1/yuko.txt b/npc/025-1/yuko.txt index 39b7ed010..10d2d87f4 100644 --- a/npc/025-1/yuko.txt +++ b/npc/025-1/yuko.txt @@ -34,18 +34,18 @@ OnInit: sellitem ThornAmmoBox, -1, 5; sellitem PoisonAmmoBox, -1, 10; sellitem CursedAmmoBox, -1, 15; - sellitem PileOfAsh, 800, 25; + sellitem PileOfAsh, -1, 25; end; OnClock1149: - restoreshopitem ThornAmmoBox, 5; - restoreshopitem PileOfAsh, 800, 25; + restoreshopitem ThornAmmoBox, 5; + restoreshopitem PileOfAsh, 25; OnClock2359: - restoreshopitem HomunResetPotion, 5; + restoreshopitem HomunResetPotion, 5; restoreshopitem PurificationPotion, 20; - restoreshopitem AtroposMixture, 50; - restoreshopitem PoisonAmmoBox, 10; - restoreshopitem CursedAmmoBox, 15; + restoreshopitem AtroposMixture, 50; + restoreshopitem PoisonAmmoBox, 10; + restoreshopitem CursedAmmoBox, 15; end; } |