diff options
Diffstat (limited to 'world/map/npc/013-2/wizard.txt')
-rw-r--r-- | world/map/npc/013-2/wizard.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/world/map/npc/013-2/wizard.txt b/world/map/npc/013-2/wizard.txt index 31b783dc..9aed2593 100644 --- a/world/map/npc/013-2/wizard.txt +++ b/world/map/npc/013-2/wizard.txt @@ -1,4 +1,5 @@ -013-2.gat,66,39,0|script|Old Wizard#_W|116,{ +013-2.gat,66,39,0|script|Old Wizard#_W|116, +{ set @has_magic, getskilllv(SKILL_MAGIC); set MAGIC_FLAGS, MAGIC_FLAGS | MFLAG_KNOWS_OLD_WIZARD; @@ -64,7 +65,7 @@ L_teachspell: mes "\"Put a piece of cotton cloth on your head, and speak out '" + getspellinvocation("hide") + "', loudly and clearly. The protection lasts quite long, but you may have to renew it on occasion.\""; next; mes "[Old Wizard]"; - mes "\"You can also cast it on others, of course. Just speak their name after you prononuce the invocation.\""; + mes "\"You can also cast it on others, of course. Just speak their name after you pronounce the invocation.\""; next; mes "[Old Wizard]"; mes "\"You may find it useful for getting a little peace and quiet at times, but it can also get in the way of friends trying to find you, so use it with care.\""; |