spell ids, compatibility list

This commit is contained in:
Enno Rehling 2005-10-16 19:33:30 +00:00
parent 40385e2d3e
commit 10e5dfb92e
1 changed files with 3 additions and 0 deletions

View File

@ -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;