From 99dcf9f9616ab8f6c1685883396174423ccd8fca Mon Sep 17 00:00:00 2001 From: Dennis Friis Date: Sat, 6 Jun 2009 22:55:10 +0200 Subject: Fix a missing goto if the person has chosen the evil path. --- npc/009-2_Hurnscald/wyara.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/009-2_Hurnscald/wyara.txt b/npc/009-2_Hurnscald/wyara.txt index cf56946a..e82457e0 100644 --- a/npc/009-2_Hurnscald/wyara.txt +++ b/npc/009-2_Hurnscald/wyara.txt @@ -462,7 +462,7 @@ L_Magic_train_sagatha: callfunc "SagathaStatus"; mes "[Wyara the Witch]"; if (@evil) - L_Magic_train_sagatha_fail; + goto L_Magic_train_sagatha_fail; if (getskilllv(SKILL_MAGIC) < 2) goto L_Magic_train_sagatha_lvl1; -- cgit v1.2.3-60-g2f50