PRC8_fork/trunk/newspellbook/bnd_vest_ashardl.nss

14 lines
268 B
Plaintext
Raw Normal View History

/**
* @file
* Locate Object for Ashardalon
*
*/
#include "bnd_inc_bndfunc"
void main()
{
object oBinder = OBJECT_SELF;
DoRacialSLA(SPELL_LOCATE_OBJECT, GetBinderLevel(oBinder, VESTIGE_ASHARDALON), GetBinderDC(oBinder, VESTIGE_ASHARDALON));
}