From 2b84a22070fe64e8bd76be1cfe40fdb8bef7fb5a Mon Sep 17 00:00:00 2001 From: Reid Date: Fri, 4 Sep 2015 04:26:08 +0200 Subject: Fix some wrong IDs on alige's script. --- npc/000-2-1/alige.txt | 4 ++-- npc/001-2-22/alige.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 12de2df2..e80dddf4 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -182,8 +182,8 @@ L_GiveFood: rif(countitemcolor(513, 1), l(getitemname(513))), 0, rif(countitemcolor(515, 1), l(getitemname(515))), 515, rif(countitemcolor(516, 1), l(getitemname(516))), 1, - rif(countitemcolor(516, 1), l(getitemname(518))), 1, - rif(countitemcolor(516, 1), l(getitemname(519))), 1, + rif(countitemcolor(518, 1), l(getitemname(518))), 1, + rif(countitemcolor(519, 1), l(getitemname(519))), 1, l("I don't have anything good for you today."), -1; .@id = @menuret; diff --git a/npc/001-2-22/alige.txt b/npc/001-2-22/alige.txt index 2f07641e..600bc68c 100644 --- a/npc/001-2-22/alige.txt +++ b/npc/001-2-22/alige.txt @@ -186,8 +186,8 @@ L_GiveFood: rif(countitemcolor(513, 1), l(getitemname(513))), 0, rif(countitemcolor(515, 1), l(getitemname(515))), 515, rif(countitemcolor(516, 1), l(getitemname(516))), 1, - rif(countitemcolor(516, 1), l(getitemname(518))), 1, - rif(countitemcolor(516, 1), l(getitemname(519))), 1, + rif(countitemcolor(518, 1), l(getitemname(518))), 1, + rif(countitemcolor(519, 1), l(getitemname(519))), 1, l("I don't have anything good for you today."), -1; .@id = @menuret; -- cgit v1.2.3-70-g09d2