From 9e4d41261b20b9d5c46e89f93a5d95268b0ec148 Mon Sep 17 00:00:00 2001 From: Hal9OOO Date: Wed, 12 Dec 2012 21:27:40 +0100 Subject: Fix a bug in Alige script. --- npc/000-2-1/alige.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/000-2-1') diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 823fa674..c0138c8d 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -155,7 +155,7 @@ l_GiveFood: l("I don't have anything good for you today."), -1; set @id, @menuret; - if (@id == -1) goto l_DamnYou; // Quit message. + if (@id == -1) goto l_Quit; // Quit message. if (@id == 0) goto l_NoReward; // In case of wrong food. if (@id == 1) goto l_Poison; // In case of Poisonned food. if (@id == 2) goto l_NoMore; // In case of Piberries. -- cgit v1.2.3-70-g09d2