diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-27 20:33:40 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-02 21:21:18 +0100 |
commit | 29a65c0d92c10fadff09802a8f044e4b35b9beda (patch) | |
tree | 2de707c3f59b7f570fd124ae9c6b5ed2e4ecc696 /npc/011-1_Woodland | |
parent | 99d4c071e4620e1704aa0947018b7c5e90171b02 (diff) | |
download | serverdata-29a65c0d92c10fadff09802a8f044e4b35b9beda.tar.gz serverdata-29a65c0d92c10fadff09802a8f044e4b35b9beda.tar.bz2 serverdata-29a65c0d92c10fadff09802a8f044e4b35b9beda.tar.xz serverdata-29a65c0d92c10fadff09802a8f044e4b35b9beda.zip |
remove the last compile errors
Diffstat (limited to 'npc/011-1_Woodland')
-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]"; |