Пример #1
0
        void HandleProc(AuraEffect aurEff, ProcEventInfo eventInfo)
        {
            InstanceScript instance = eventInfo.GetActor().GetInstanceScript();

            if (instance == null)
            {
                return;
            }

            instance.DoCastSpellOnPlayers(SpellIds.AchievementCreditNerfScrapbots);
        }