diff options
Diffstat (limited to 'world/map/npc/011-1')
-rw-r--r-- | world/map/npc/011-1/auldsbel.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/world/map/npc/011-1/auldsbel.txt b/world/map/npc/011-1/auldsbel.txt index b5ea7f1d..92961dcd 100644 --- a/world/map/npc/011-1/auldsbel.txt +++ b/world/map/npc/011-1/auldsbel.txt @@ -15,7 +15,6 @@ set @Q_STATUS_STUDENT3, 7; set @Q_STATUS_STUDENT4, 8; set @Q_STATUS_STUDENT5, 9; - set @Q_STATUS_STUDENT6, 10; set @wants_sulphur, (QUEST_MAGIC & (NIBBLE_6_MASK | NIBBLE_7_MASK)) // war quest @@ -981,8 +980,6 @@ L_learn_spell: goto L_student_4; if (@Q_main_status == @Q_STATUS_STUDENT5) goto L_student_5; - if (@Q_main_status == @Q_STATUS_STUDENT6) - goto L_student_6; mes "[Auldsbel the Wizard]"; mes "\"Wellll.... you do seem to have some magical abilities. But do you possess the talent and diligence needed for a true wizard?\""; |