diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-27 22:25:40 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-27 22:25:40 +0400 |
commit | 3a4bfa2a28fd2647db6f3e3e8e33d0b219f63f59 (patch) | |
tree | 132ec859461f6959598c16a7ec54db9495760784 /npc | |
parent | 72b7b723d425c220ebe335d77b064e917bbdddb7 (diff) | |
download | clientdata-3a4bfa2a28fd2647db6f3e3e8e33d0b219f63f59.tar.gz clientdata-3a4bfa2a28fd2647db6f3e3e8e33d0b219f63f59.tar.bz2 clientdata-3a4bfa2a28fd2647db6f3e3e8e33d0b219f63f59.tar.xz clientdata-3a4bfa2a28fd2647db6f3e3e8e33d0b219f63f59.zip |
Renamed the 'Lettuce' item to 'Lettuce Leaf'.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/shop.txt | 2 | ||||
-rw-r--r-- | npc/000-2-1/alige.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/shop.txt b/npc/000-1/shop.txt index 41e11f13..a1c1a6ef 100644 --- a/npc/000-1/shop.txt +++ b/npc/000-1/shop.txt @@ -4,4 +4,4 @@ // Description: // Fexil's shop bag. -000-1.gat,84,98,0,1 shop Bag 109,Bread :-1,Lettuce :-1,Cheese :-1,Aquada :-1,HalfCroconut :-1,LousyMoccasins :-1,Armbands :-1,PiouSlayer :-1 +000-1.gat,84,98,0,1 shop Bag 109,Bread :-1,LettuceLeaf :-1,Cheese :-1,Aquada :-1,HalfCroconut :-1,LousyMoccasins :-1,Armbands :-1,PiouSlayer :-1 diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index e544795f..0af3488e 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -160,7 +160,7 @@ l_GiveFood: rif(countitem(503, 1), l(getitemname("Fungus"))), 503, rif(countitem(504, 1), l(getitemname("Cheese"))), 504, rif(countitem(505, 1), l(getitemname("PiouLegs"))), 505, - rif(countitem(506, 1), l(getitemname("Lettuce"))), 506, + rif(countitem(506, 1), l(getitemname("LettuceLeaf"))), 0, rif(countitem(507, 1), l(getitemname("Piberries"))), 2, rif(countitem(508, 1), l(getitemname("SeaDrops"))), 1, rif(countitem(509, 1), l(getitemname("Aquada"))), 509, |