mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 13:17:15 -05:00
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
/*
|
|
generic invocation calling function
|
|
*/
|
|
#include "inv_inc_invfunc"
|
|
|
|
void main()
|
|
{
|
|
UseInvocation(GetPowerFromSpellID(PRCGetSpellId()), CLASS_TYPE_DRAGONFIRE_ADEPT);
|
|
} |