summaryrefslogtreecommitdiff
path: root/npc/011-1_Woodland/auldsbel.txt
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2011-01-01 17:16:42 +0100
committerStefan Beller <stefanbeller@googlemail.com>2011-01-02 21:22:17 +0100
commit630c8f6e73f509efcae5bf3274619ceb65cabeb2 (patch)
tree2b2a9477b941d227fed53af1d7d8d46a6d94a614 /npc/011-1_Woodland/auldsbel.txt
parent6c7dbd1fb03fcd18dd33a3c8852084e677d4d278 (diff)
downloadserverdata-630c8f6e73f509efcae5bf3274619ceb65cabeb2.tar.gz
serverdata-630c8f6e73f509efcae5bf3274619ceb65cabeb2.tar.bz2
serverdata-630c8f6e73f509efcae5bf3274619ceb65cabeb2.tar.xz
serverdata-630c8f6e73f509efcae5bf3274619ceb65cabeb2.zip
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)
Diffstat (limited to 'npc/011-1_Woodland/auldsbel.txt')
-rw-r--r--npc/011-1_Woodland/auldsbel.txt2
1 files changed, 1 insertions, 1 deletions
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]";