Ejemplo n.º 1
0
 void applyCorruption()
 {
     if(instance)
        instance->DoAddAuraOnPlayers(SPELL_CORRUPTION_AURA);
 }
Ejemplo n.º 2
0
 void applySound()
 {
     if(instance)
        instance->DoAddAuraOnPlayers(SPELL_SOUND_AURA);
 }