Create prc_kngtw_sp_gen.nss

Reenable spellcasting for Knight of the Weave.
This commit is contained in:
Jaysyn904 2023-03-07 17:52:00 -05:00
parent 85dd497fd8
commit 6d37f86b11

View File

@ -0,0 +1,6 @@
#include "inc_newspellbook"
void main()
{
NewSpellbookSpell(CLASS_TYPE_KNIGHT_WEAVE, SPELLBOOK_TYPE_SPONTANEOUS);
}