diff options
author | Plaque FCC <Plaque-fcc@github> | 2015-07-18 02:13:01 +0300 |
---|---|---|
committer | Plaque FCC <Plaque-fcc@github> | 2015-07-18 02:13:01 +0300 |
commit | 659de206409133fa9b28d80bf2d28c77ebfda682 (patch) | |
tree | 489aebb609b4c2e82b0ed3ed25c6a3db875db1b7 /world/map/npc/013-2 | |
parent | a11983b67bfd934add90457494a3bbdfb7c7cd9a (diff) | |
download | serverdata-659de206409133fa9b28d80bf2d28c77ebfda682.tar.gz serverdata-659de206409133fa9b28d80bf2d28c77ebfda682.tar.bz2 serverdata-659de206409133fa9b28d80bf2d28c77ebfda682.tar.xz serverdata-659de206409133fa9b28d80bf2d28c77ebfda682.zip |
Fix redoable Old Wizard Astral Skill scenario
Diffstat (limited to 'world/map/npc/013-2')
-rw-r--r-- | world/map/npc/013-2/wizard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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, |