Esempio n. 1
0
 void ReceiveAIEvent(AIEventType eventType, Creature* /*pSender*/, Unit* pInvoker, uint32 /*uiMiscValue*/) override
 {
     if (eventType == AI_EVENT_CUSTOM_A && m_pInstance)
         m_pInstance->AddToSpectralRealm(pInvoker->GetObjectGuid());
 }