From bc9c5270bf36efea61c2d6877d844fc8bd9773dd Mon Sep 17 00:00:00 2001 From: Reid Yaro Date: Fri, 21 Jun 2013 05:00:33 +0100 Subject: Correct wrong item IDs on alige script. Reported by Kenny690. --- npc/000-2-1/alige.txt | 4 ++-- 1 file 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; -- cgit v1.2.3-70-g09d2