diff options
author | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-12 21:27:40 +0100 |
---|---|---|
committer | Hal9OOO <miglietta.francesco@gmail.com> | 2012-12-12 21:27:40 +0100 |
commit | 9e4d41261b20b9d5c46e89f93a5d95268b0ec148 (patch) | |
tree | bf94842ddecfffc640dbd7fb38457d0eaee1dc5b /npc | |
parent | 9ac79140b1aea5b8bed42eba5eea21b0a8bb9dba (diff) | |
download | serverdata-9e4d41261b20b9d5c46e89f93a5d95268b0ec148.tar.gz serverdata-9e4d41261b20b9d5c46e89f93a5d95268b0ec148.tar.bz2 serverdata-9e4d41261b20b9d5c46e89f93a5d95268b0ec148.tar.xz serverdata-9e4d41261b20b9d5c46e89f93a5d95268b0ec148.zip |
Fix a bug in Alige script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/alige.txt | 2 |
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. |