diff options
author | Fate <fate-tmw@googlemail.com> | 2008-11-30 16:39:49 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-11-30 16:39:49 -0700 |
commit | 98860f7aa06060e6c6b59efeb3414b3bec67695a (patch) | |
tree | 5c324c55069abd6d43f4f737f9e7168056d1c436 /npc/012-3_Cave/mana-seed.txt | |
parent | 2b67987792ba5cf7057df4b41056f5b689c63251 (diff) | |
download | serverdata-98860f7aa06060e6c6b59efeb3414b3bec67695a.tar.gz serverdata-98860f7aa06060e6c6b59efeb3414b3bec67695a.tar.bz2 serverdata-98860f7aa06060e6c6b59efeb3414b3bec67695a.tar.xz serverdata-98860f7aa06060e6c6b59efeb3414b3bec67695a.zip |
Added magic constants and Auldsbel the wizard (tested except for the mana seed part, still needs the magic quests)
Diffstat (limited to 'npc/012-3_Cave/mana-seed.txt')
-rw-r--r-- | npc/012-3_Cave/mana-seed.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |