diff options
author | wushin <pasekei@gmail.com> | 2016-03-09 21:10:45 -0600 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-03-30 11:22:53 -0400 |
commit | aee89bdbe04ad0aed06622052244bf6b7d3c1d23 (patch) | |
tree | ce0b368cd6c6e2a92f9e0e8baaf7af0ab6f63a3d /world/map/npc/009-3 | |
parent | 778cd71d3933ac6172b09654fdf2b4b317d18398 (diff) | |
download | serverdata-aee89bdbe04ad0aed06622052244bf6b7d3c1d23.tar.gz serverdata-aee89bdbe04ad0aed06622052244bf6b7d3c1d23.tar.bz2 serverdata-aee89bdbe04ad0aed06622052244bf6b7d3c1d23.tar.xz serverdata-aee89bdbe04ad0aed06622052244bf6b7d3c1d23.zip |
Fix invocations
Diffstat (limited to 'world/map/npc/009-3')
-rw-r--r-- | world/map/npc/009-3/sword.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/009-3/sword.txt b/world/map/npc/009-3/sword.txt index dbb177bc..1a427731 100644 --- a/world/map/npc/009-3/sword.txt +++ b/world/map/npc/009-3/sword.txt @@ -103,7 +103,7 @@ L_Next1: mes "\"So thou art bound to the path of War, as am I, as is my sister...\""; next; mes "[Magic Sword]"; - mes "\"So be it, fellow warrior. Hear the incantation for the blade spell: '" + ("magic-blade") + "'\""; + mes "\"So be it, fellow warrior. Hear the incantation for the blade spell: '" + get(.invocation$, "magic-blade") + "'\""; mes "\"Hold a knife, sharp or regular, when thou speakest it.\""; set @Q_status, @STATUS_LEARNED_MAGICBLADE; callsub S_update_var; |