PRC8_fork/trunk/newspellbook/tob_swd_generic.nss

9 lines
161 B
Plaintext
Raw Normal View History

/*
generic maneuver calling function
*/
#include "tob_inc_move"
void main()
{
UseManeuver(GetPowerFromSpellID(PRCGetSpellId()), CLASS_TYPE_SWORDSAGE);
}