summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-06-21 05:00:33 +0100
committerReid Yaro <reidyaro@gmail.com>2013-06-21 05:00:33 +0100
commitbc9c5270bf36efea61c2d6877d844fc8bd9773dd (patch)
tree5862f1ec299861a1387b40c3ce029dcf52ac97c4
parent997dd5358e344464ef73b3beb9e18a0aeaba1665 (diff)
downloadclientdata-bc9c5270bf36efea61c2d6877d844fc8bd9773dd.tar.gz
clientdata-bc9c5270bf36efea61c2d6877d844fc8bd9773dd.tar.bz2
clientdata-bc9c5270bf36efea61c2d6877d844fc8bd9773dd.tar.xz
clientdata-bc9c5270bf36efea61c2d6877d844fc8bd9773dd.zip
Correct wrong item IDs on alige script. Reported by Kenny690.
-rw-r--r--npc/000-2-1/alige.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 2c5176fa..03e7c0f0 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -175,9 +175,9 @@ l_GiveFood:
rif(countitem(509, 1), l(getitemname("Aquada"))), 509,
rif(countitem(510, 1), l(getitemname("PinkBlobime"))), 1,
rif(countitem(512, 1), l(getitemname("HalfCroconut"))), 512,
- rif(countitem(512, 1), l(getitemname("Croconut"))), 0,
+ rif(countitem(513, 1), l(getitemname("Croconut"))), 0,
rif(countitem(515, 1), l(getitemname("Plushroom"))), 515,
- rif(countitem(515, 1), l(getitemname("PumpkinSeeds"))), 1,
+ rif(countitem(516, 1), l(getitemname("PumpkinSeeds"))), 1,
l("I don't have anything good for you today."), -1;
set @id, @menuret;