forked from Jaysyn/PRC8
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
|
/*
|
||
|
generic maneuver calling function
|
||
|
*/
|
||
|
#include "tob_inc_move"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
UseManeuver(GetPowerFromSpellID(PRCGetSpellId()), CLASS_TYPE_SWORDSAGE);
|
||
|
}
|