From 67d734e7c5dc02667fe66cddf0da4db0935a24ac Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 19 Jul 2018 19:32:29 -0300 Subject: Fix typo (Hurscald → Hurnscald) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/012-3/alan.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/012-3') diff --git a/npc/012-3/alan.txt b/npc/012-3/alan.txt index e1f328a23..282f12e74 100644 --- a/npc/012-3/alan.txt +++ b/npc/012-3/alan.txt @@ -5,9 +5,9 @@ // Alan is Hurnscald's bowmaster. He may craft the Forest Bow, and sell ammo. 012-3,44,40,0 script Alan NPC_BOWMASTER,{ - .@q=getq(HurscaldQuest_ForestBow); - .@q2=getq2(HurscaldQuest_ForestBow); - .@q3=getq3(HurscaldQuest_ForestBow); + .@q=getq(HurnscaldQuest_ForestBow); + .@q2=getq2(HurnscaldQuest_ForestBow); + .@q3=getq3(HurnscaldQuest_ForestBow); switch (.@q) { case 1: npctalk3 l("Ah, if Jack and that fisherman from Halinarzo still gave me materials..."); @@ -56,14 +56,14 @@ L_Next: L_Start: // q2 → Wood Part // q3 → String Part - setq HurscaldQuest_ForestBow, 1, 0, 0; + setq HurnscaldQuest_ForestBow, 1, 0, 0; goto L_Close; L_Craft: inventoryplace ForestBow, 1; getitem ForestBow, 1; getexp 900, 0; - setq HurscaldQuest_ForestBow, 2, 0, 0; + setq HurnscaldQuest_ForestBow, 2, 0, 0; mesn; mesq l("Here you go - have fun with it."); next; -- cgit v1.2.3-60-g2f50