diff options
author | meko <mekolat@users.noreply.github.com> | 2015-08-22 14:30:38 -0400 |
---|---|---|
committer | meko <mekolat@users.noreply.github.com> | 2015-08-22 14:30:38 -0400 |
commit | da85f766d551bfdd51723b5c01565cadb17262ed (patch) | |
tree | b582453fb00dcd47cffec2938825a37ee38548cf /world/map | |
parent | 49207457d8e7767a12b3a1be8e667660c06b8eb7 (diff) | |
download | serverdata-da85f766d551bfdd51723b5c01565cadb17262ed.tar.gz serverdata-da85f766d551bfdd51723b5c01565cadb17262ed.tar.bz2 serverdata-da85f766d551bfdd51723b5c01565cadb17262ed.tar.xz serverdata-da85f766d551bfdd51723b5c01565cadb17262ed.zip |
fix bug with the well quest
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/020-1/well.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/020-1/well.txt b/world/map/npc/020-1/well.txt index 9c6c633b..ec42c397 100644 --- a/world/map/npc/020-1/well.txt +++ b/world/map/npc/020-1/well.txt @@ -72,7 +72,7 @@ L_Help: L_GetHelp: mes "[Mysterious voice inside the well]"; mes "\"" + @response$ + "So if you can get some help for me... please do so!\""; - set @QL_WELL, 1; + set QL_WELL, 1; cleararray @response_list$, "", 4; cleararray @item_list$, "", 4; |