PRC8/trunk/newspellbook/prc_kngtw_sp_gen.nss
Jaysyn904 6d37f86b11 Create prc_kngtw_sp_gen.nss
Reenable spellcasting for Knight of the Weave.
2023-03-07 17:52:00 -05:00

6 lines
120 B
Plaintext

#include "inc_newspellbook"
void main()
{
NewSpellbookSpell(CLASS_TYPE_KNIGHT_WEAVE, SPELLBOOK_TYPE_SPONTANEOUS);
}