From 659de206409133fa9b28d80bf2d28c77ebfda682 Mon Sep 17 00:00:00 2001 From: Plaque FCC Date: Sat, 18 Jul 2015 02:13:01 +0300 Subject: Fix redoable Old Wizard Astral Skill scenario --- world/map/npc/013-2/wizard.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/map/npc/013-2/wizard.txt b/world/map/npc/013-2/wizard.txt index 37eaeae5..fc590a05 100644 --- a/world/map/npc/013-2/wizard.txt +++ b/world/map/npc/013-2/wizard.txt @@ -63,7 +63,7 @@ L_NewStudent: next; // check if the player has the knowledge of any skill - if (getskilllv(SKILL_POOL)) + if ( (getskilllv(SKILL_POOL) && (getskilllv(SKILL_MAGIC_ASTRAL) < 1)) menu "That would be very kind of you!", L_TeachSpell, "Actually I am looking for someone teaching me some more magic skills.", L_AstralSoul, -- cgit v1.2.3-60-g2f50