PRC8/trunk/newspellbook/bnd_vest_maleye.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

14 lines
253 B
Plaintext

/**
* @file
* Arcane Eye for Malphas
*
*/
#include "bnd_inc_bndfunc"
void main()
{
object oBinder = OBJECT_SELF;
DoRacialSLA(SPELL_ARCANE_EYE, GetBinderLevel(oBinder, VESTIGE_MALPHAS), GetBinderDC(oBinder, VESTIGE_MALPHAS));
}