PRC8_fork/trunk/newspellbook/inv_dfa_generic.nss

9 lines
175 B
Plaintext
Raw Normal View History

/*
generic invocation calling function
*/
#include "inv_inc_invfunc"
void main()
{
UseInvocation(GetPowerFromSpellID(PRCGetSpellId()), CLASS_TYPE_DRAGONFIRE_ADEPT);
}