summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/bard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1_Tulimshar/bard.txt')
-rw-r--r--npc/001-1_Tulimshar/bard.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1_Tulimshar/bard.txt b/npc/001-1_Tulimshar/bard.txt
index 9420d9fb..8b416ec5 100644
--- a/npc/001-1_Tulimshar/bard.txt
+++ b/npc/001-1_Tulimshar/bard.txt
@@ -26,7 +26,7 @@ L_News:
mes "[" + @name$ + "]";
mes "\"Rumor has it that an ancient source of magic, a Mana Seed, has been sighted in the west, beyond the fair town of Hurnscald.\"";
next;
- set MFLAG, MFLAG | MFLAG_MANASEED_RUMOUR;
+ set MAGIC_FLAGS, MAGIC_FLAGS | MFLAG_MANASEED_RUMOUR;
mes "[" + @name$ + "]";
mes "\"Whence it came, nobody knows... but they say that sometimes such Mana Seeds may choose a powerful individual to impart some of its mystic power to!\"";
next;
@@ -38,7 +38,7 @@ L_News:
L_Question:
callfunc "MagicTalkOptionsSetup";
set @ignore, 0;
- callfunc "MagictalkMenu";
+ callfunc "MagicTalkMenu";
if (@c == 0) goto L_Main;
if (@c == @QQ_ELANORE) goto L_Q_elanore;