diff options
-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; |