From 2cb9b7bdaa012fd125c1875214ad5d258591d7ae Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 8 Oct 2005 20:04:13 +0000 Subject: [PATCH] =?UTF-8?q?Fallback=20f=C3=BCr=20zwei=20weitere=20Zauber?= =?UTF-8?q?=20in=20find=5Fspellbyid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/kernel/spell.c | 2 ++ src/common/kernel/spell.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/kernel/spell.c b/src/common/kernel/spell.c index 224351223..8d39e74ad 100644 --- a/src/common/kernel/spell.c +++ b/src/common/kernel/spell.c @@ -7601,6 +7601,8 @@ find_spellbyid(spellid_t id) const char * name; magic_t mtype; } * oldspell, oldspells[] = { + { LUASPL_CREATE_TACTICCRYSTAL, "create_dreameye", M_TRAUM }, + { LUASPL_CREATE_ANTIMAGICCRYSTAL, "create_antimagic", M_ASTRAL }, { LUASPL_ARTEFAKT_NIMBLEFINGERRING, "create_roqf", M_BARDE }, { LUASPL_ARTEFAKT_SACK_OF_CONSERVATION, "create_magicherbbag", M_DRUIDE }, { LUASPL_FIRESWORD, "create_firesword", M_CHAOS }, diff --git a/src/common/kernel/spell.h b/src/common/kernel/spell.h index 127dbe764..aaf4899cd 100644 --- a/src/common/kernel/spell.h +++ b/src/common/kernel/spell.h @@ -66,7 +66,7 @@ extern "C" { SPL_SUMMONSHADOWLORDS, SPL_REELING_ARROWS, SPL_ANTIMAGICZONE, - SPL_CREATE_ANTIMAGICCRYSTAL, + LUASPL_CREATE_ANTIMAGICCRYSTAL, SPL_KAELTESCHUTZ, SPL_STEALAURA, SPL_SUMMONUNDEAD,