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,