forked from Jaysyn/PRC8
6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
|
#include "inc_newspellbook"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
NewSpellbookSpell(CLASS_TYPE_KNIGHT_MIDDLECIRCLE, SPELLBOOK_TYPE_PREPARED, METAMAGIC_EXTEND);
|
||
|
}
|