From 98860f7aa06060e6c6b59efeb3414b3bec67695a Mon Sep 17 00:00:00 2001 From: Fate Date: Sun, 30 Nov 2008 16:39:49 -0700 Subject: Added magic constants and Auldsbel the wizard (tested except for the mana seed part, still needs the magic quests) --- npc/012-3_Cave/mana-seed.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/012-3_Cave') diff --git a/npc/012-3_Cave/mana-seed.txt b/npc/012-3_Cave/mana-seed.txt index 1d973fff..6ad8a37e 100644 --- a/npc/012-3_Cave/mana-seed.txt +++ b/npc/012-3_Cave/mana-seed.txt @@ -42,8 +42,8 @@ set @max_magic, 2; set @has_magic, getskilllv(SKILL_MAGIC); - set @drank_potion, MAGIC_FLAGS & @MFLAG_DRANK_POTION; - set @knows_seed, MAGIC_FLAGS & @MFLAG_KNOWS_MANASEED; + set @drank_potion, MAGIC_FLAGS & MFLAG_DRANK_POTION; + set @knows_seed, MAGIC_FLAGS & MFLAG_KNOWS_MANASEED; if (@has_magic) goto L_magic_start; -- cgit v1.2.3-60-g2f50