diff options
Diffstat (limited to 'npc/011-1_Woodland/auldsbel.txt')
-rw-r--r-- | npc/011-1_Woodland/auldsbel.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/011-1_Woodland/auldsbel.txt b/npc/011-1_Woodland/auldsbel.txt index 8a76ff30..0b2174f1 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 (!getskillv(SKILL_ASTRAL_SOUL)) + if (!getskilllv(SKILL_ASTRAL_SOUL)) goto L_Q_astralsoul_L; next; mes "[Auldsbel the Wizard]"; |