summaryrefslogtreecommitdiff
path: root/world
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-08-16 14:07:22 -0500
committerWushin <pasekei@gmail.com>2015-08-16 14:07:22 -0500
commit1729fd1a87a876cfd4a637efc99ea481ee414275 (patch)
tree96c9c8a95ff3a53e174b898fe8cc5f129861f236 /world
parentdf2ace8acca76182e946801496467cfcd4cda5ac (diff)
parent9af3f75dac558dbdb4abbeea95561ecfa24b7e44 (diff)
downloadserverdata-1729fd1a87a876cfd4a637efc99ea481ee414275.tar.gz
serverdata-1729fd1a87a876cfd4a637efc99ea481ee414275.tar.bz2
serverdata-1729fd1a87a876cfd4a637efc99ea481ee414275.tar.xz
serverdata-1729fd1a87a876cfd4a637efc99ea481ee414275.zip
Merge pull request #409 from Plaque-fcc/oldwizard
Fix redoable Old Wizard Astral Skill scenario
Diffstat (limited to 'world')
-rw-r--r--world/map/npc/013-2/wizard.txt2
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..93905600 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,