diff options
author | Plaque FCC <Plaque-fcc@github> | 2015-08-01 17:15:14 +0300 |
---|---|---|
committer | Plaque FCC <Plaque-fcc@github> | 2015-08-01 17:15:14 +0300 |
commit | 9af3f75dac558dbdb4abbeea95561ecfa24b7e44 (patch) | |
tree | fbd487638ec71f049c705e9b86329b341d67a969 /world/map/npc/013-2/wizard.txt | |
parent | 659de206409133fa9b28d80bf2d28c77ebfda682 (diff) | |
download | serverdata-9af3f75dac558dbdb4abbeea95561ecfa24b7e44.tar.gz serverdata-9af3f75dac558dbdb4abbeea95561ecfa24b7e44.tar.bz2 serverdata-9af3f75dac558dbdb4abbeea95561ecfa24b7e44.tar.xz serverdata-9af3f75dac558dbdb4abbeea95561ecfa24b7e44.zip |
Remove extra space and an extra parenthese
Signed-off-by: Plaque FCC <Plaque-fcc@github>
Diffstat (limited to 'world/map/npc/013-2/wizard.txt')
-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 fc590a05..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) && (getskilllv(SKILL_MAGIC_ASTRAL) < 1)) + 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, |