diff options
author | Fedja Beader <fedja@protonmail.ch> | 2023-03-10 00:45:55 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2023-03-10 00:45:55 +0100 |
commit | 014be752f8dbf8da7c91ceadd2a432831765ee88 (patch) | |
tree | 5a15b1e268fed4fb1189e7a74476600f42a37725 /npc/017-5/nahrec.txt | |
parent | 49da1e5076be7d28f97ca13d89f5f3b46d85f568 (diff) | |
download | serverdata-nahrec_fix.tar.gz serverdata-nahrec_fix.tar.bz2 serverdata-nahrec_fix.tar.xz serverdata-nahrec_fix.zip |
tolower(NAHREC_MYLARIN_QUERY)nahrec_fix
Diffstat (limited to 'npc/017-5/nahrec.txt')
-rw-r--r-- | npc/017-5/nahrec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/017-5/nahrec.txt b/npc/017-5/nahrec.txt index b9a309522..4510b6f3e 100644 --- a/npc/017-5/nahrec.txt +++ b/npc/017-5/nahrec.txt @@ -62,7 +62,7 @@ function NahrecMain { l("Can you craft Chainmail?"), l("Can you craft Light Platemail?"), l("Can you craft Warlord Plate?"), - rif(@NAHREC_MYLARIN_QUERY, l("Can you craft Savior Equipment?")), + rif(@nahrec_mylarin_query, l("Can you craft Savior Equipment?")), l("Can you craft Chainmail Skirt?"), l("Do you know something about 'Mylarin Dust'?"), l("Nevermind, bye!"); @@ -127,7 +127,7 @@ function Mylarin { next; mesq l("I can make some savior equipment with it, but I have no idea where it can be found. Mylarin dust... amazing."); next; - @NAHREC_MYLARIN_QUERY = true; + @nahrec_mylarin_query = true; return; } |