diff options
author | Alige <aligetmw@hotmail.fr> | 2012-05-29 12:42:15 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-05-29 12:42:15 +0200 |
commit | 5ae4e51670a1adff21669825af2b43ec46747c79 (patch) | |
tree | f4c1f4f6798f492481040488f5f08515f28cebc7 /npc/000-2-1/alige.txt | |
parent | 1d3088d5fb00a1add16a141001ed09411bf70666 (diff) | |
download | serverdata-5ae4e51670a1adff21669825af2b43ec46747c79.tar.gz serverdata-5ae4e51670a1adff21669825af2b43ec46747c79.tar.bz2 serverdata-5ae4e51670a1adff21669825af2b43ec46747c79.tar.xz serverdata-5ae4e51670a1adff21669825af2b43ec46747c79.zip |
Replaced the changed names of items in the NPC scripts.
Diffstat (limited to 'npc/000-2-1/alige.txt')
-rw-r--r-- | npc/000-2-1/alige.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 1aa04837..1b0cc387 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -146,12 +146,12 @@ l_GiveFood: rif(countitem(502, 1), l(getitemname("Bread"))), 502, rif(countitem(503, 1), l(getitemname("Fungus"))), 503, rif(countitem(504, 1), l(getitemname("Cheese"))), 504, - rif(countitem(505, 1), l(getitemname("Piouslegs"))), 505, + rif(countitem(505, 1), l(getitemname("PiouLegs"))), 505, rif(countitem(506, 1), l(getitemname("Lettuce"))), 506, rif(countitem(507, 1), l(getitemname("Piberries"))), 2, - rif(countitem(508, 1), l(getitemname("Seadrop"))), 1, + rif(countitem(508, 1), l(getitemname("SeaDrop"))), 1, rif(countitem(509, 1), l(getitemname("Aquada"))), 509, - rif(countitem(510, 1), l(getitemname("Pinkblobime"))), 1, + rif(countitem(510, 1), l(getitemname("PinkBlobime"))), 1, l("I don't have anything good for you today."), -1; set @id, @menuret; |