summaryrefslogtreecommitdiff
path: root/npc/000-2-1/alige.txt
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-12-12 21:27:40 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-12-12 21:27:40 +0100
commit9e4d41261b20b9d5c46e89f93a5d95268b0ec148 (patch)
treebf94842ddecfffc640dbd7fb38457d0eaee1dc5b /npc/000-2-1/alige.txt
parent9ac79140b1aea5b8bed42eba5eea21b0a8bb9dba (diff)
downloadserverdata-9e4d41261b20b9d5c46e89f93a5d95268b0ec148.tar.gz
serverdata-9e4d41261b20b9d5c46e89f93a5d95268b0ec148.tar.bz2
serverdata-9e4d41261b20b9d5c46e89f93a5d95268b0ec148.tar.xz
serverdata-9e4d41261b20b9d5c46e89f93a5d95268b0ec148.zip
Fix a bug in Alige script.
Diffstat (limited to 'npc/000-2-1/alige.txt')
-rw-r--r--npc/000-2-1/alige.txt2
1 files changed, 1 insertions, 1 deletions
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.