Files
PRC8/nwn/nwnprc/trunk/newspellbook/prc_shars_sp_gen.nss
2025-08-21 07:40:32 -04:00

6 lines
122 B
Plaintext

#include "inc_newspellbook"
void main()
{
NewSpellbookSpell(CLASS_TYPE_CELEBRANT_SHARESS, SPELLBOOK_TYPE_PREPARED);
}