PRC8_fork/trunk/newspellbook/prc_bard_sp_gen.nss

6 lines
112 B
Plaintext
Raw Normal View History

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