diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-06-21 05:00:33 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-06-21 05:00:33 +0100 |
commit | bc9c5270bf36efea61c2d6877d844fc8bd9773dd (patch) | |
tree | 5862f1ec299861a1387b40c3ce029dcf52ac97c4 | |
parent | 997dd5358e344464ef73b3beb9e18a0aeaba1665 (diff) | |
download | serverdata-bc9c5270bf36efea61c2d6877d844fc8bd9773dd.tar.gz serverdata-bc9c5270bf36efea61c2d6877d844fc8bd9773dd.tar.bz2 serverdata-bc9c5270bf36efea61c2d6877d844fc8bd9773dd.tar.xz serverdata-bc9c5270bf36efea61c2d6877d844fc8bd9773dd.zip |
Correct wrong item IDs on alige script. Reported by Kenny690.
-rw-r--r-- | npc/000-2-1/alige.txt | 4 |
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; |