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