summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-12-27 22:25:40 +0400
committerAlige <aligetmw@hotmail.fr>2012-12-27 22:25:40 +0400
commit3a4bfa2a28fd2647db6f3e3e8e33d0b219f63f59 (patch)
tree132ec859461f6959598c16a7ec54db9495760784
parent72b7b723d425c220ebe335d77b064e917bbdddb7 (diff)
downloadserverdata-3a4bfa2a28fd2647db6f3e3e8e33d0b219f63f59.tar.gz
serverdata-3a4bfa2a28fd2647db6f3e3e8e33d0b219f63f59.tar.bz2
serverdata-3a4bfa2a28fd2647db6f3e3e8e33d0b219f63f59.tar.xz
serverdata-3a4bfa2a28fd2647db6f3e3e8e33d0b219f63f59.zip
Renamed the 'Lettuce' item to 'Lettuce Leaf'.
-rw-r--r--db/item_db.txt2
-rw-r--r--npc/000-1/shop.txt2
-rw-r--r--npc/000-2-1/alige.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/db/item_db.txt b/db/item_db.txt
index 2108ea19..52ddc61e 100644
--- a/db/item_db.txt
+++ b/db/item_db.txt
@@ -5,7 +5,7 @@
503, Fungus, Fungus, 0, 0, 92, 23, 11, , , , , , 2, , , 0, , 0, {itemheal 25, 0;}, {} {}
504, Cheese, Cheese, 0, 0, 72, 18, 6, , , , , , 2, , , 0, , 0, {itemheal 50, 0;}, {} {}
505, PiouLegs, Piou Legs, 0, 0, 12, 3, 5, , , , , , 2, , , 0, , 0, {itemheal 10, 0;}, {} {}
-506, Lettuce, Lettuce, 0, 0, 48, 12, 5, , , , , , 2, , , 0, , 0, {itemheal 15, 0;}, {} {}
+506, LettuceLeaf, Lettuce Leaf, 0, 0, 48, 12, 5, , , , , , 2, , , 0, , 0, {itemheal 15, 0;}, {} {}
507, Piberries, Piberries, 0, 0, 8, 2, 3, , , , , , 2, , , 0, , 0, {itemheal 20, 0;}, {} {}
508, SeaDrops, Sea Drops, 0, 0, 4, 1, 2, , , , , , 2, , , 0, , 0, {callfunc "usePoisonedWater";}, {} {}
509, Aquada, Aquada, 0, 0, 96, 24, 5, , , , , , 2, , , 0, , 0, {itemheal 60, 0;}, {} {}
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,