diff options
author | Dennis Friis <peavey@inspircd.org> | 2009-06-06 22:55:10 +0200 |
---|---|---|
committer | Dennis Friis <peavey@inspircd.org> | 2009-06-06 22:55:10 +0200 |
commit | 99dcf9f9616ab8f6c1685883396174423ccd8fca (patch) | |
tree | ee1f5959f59217c69fbfb464d5b91076043e57ee /npc/009-2_Hurnscald | |
parent | fc2cd1f654136da76d100d3a490d1d95c9b51b04 (diff) | |
download | serverdata-99dcf9f9616ab8f6c1685883396174423ccd8fca.tar.gz serverdata-99dcf9f9616ab8f6c1685883396174423ccd8fca.tar.bz2 serverdata-99dcf9f9616ab8f6c1685883396174423ccd8fca.tar.xz serverdata-99dcf9f9616ab8f6c1685883396174423ccd8fca.zip |
Fix a missing goto if the person has chosen the evil path.
Diffstat (limited to 'npc/009-2_Hurnscald')
-rw-r--r-- | npc/009-2_Hurnscald/wyara.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |