From 630c8f6e73f509efcae5bf3274619ceb65cabeb2 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Sat, 1 Jan 2011 17:16:42 +0100 Subject: bug fix in scripting language you should not write if(!getskilllv(FOO)) please write if(!(getskilllv(FOO))) instead. gwendolin only: fix to the right const. (there is a difference in const_db and in skill_db) --- npc/011-1_Woodland/auldsbel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/011-1_Woodland/auldsbel.txt') diff --git a/npc/011-1_Woodland/auldsbel.txt b/npc/011-1_Woodland/auldsbel.txt index 0b2174f1..1c6487c0 100644 --- a/npc/011-1_Woodland/auldsbel.txt +++ b/npc/011-1_Woodland/auldsbel.txt @@ -516,7 +516,7 @@ L_question: goto L_main_menu; L_Q_astralsoul: - if (!getskilllv(SKILL_ASTRAL_SOUL)) + if (!(getskilllv(SKILL_ASTRAL_SOUL))) goto L_Q_astralsoul_L; next; mes "[Auldsbel the Wizard]"; -- cgit v1.2.3-60-g2f50