From 10e5dfb92ee0852b94535ef77d25742097c539d4 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 16 Oct 2005 19:33:30 +0000 Subject: [PATCH] spell ids, compatibility list --- src/common/kernel/spell.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/common/kernel/spell.c b/src/common/kernel/spell.c index d0150dd66..6f66cdaaa 100644 --- a/src/common/kernel/spell.c +++ b/src/common/kernel/spell.c @@ -7446,6 +7446,9 @@ find_spellbyid(spellid_t id) { LUASPL_TRUESEEING_GWYRRD, "create_aots", M_DRUIDE }, { LUASPL_TRUESEEING_ILLAUN, "create_aots", M_TRAUM }, { LUASPL_TRUESEEING_TYBIED, "create_aots", M_ASTRAL }, + { LUASPL_ARTEFAKT_OF_POWER, "create_rop", M_ASTRAL }, + { LUASPL_BAG_OF_HOLDING, "create_bagofholding", M_ASTRAL }, + { LUASPL_INVISIBILITY2_ILLAUN, "create_invisibility_sphere", M_TRAUM }, { 0, NULL, 0 } }; spell_list * slist;