mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
*Merge.
--HG-- branch : trunk
This commit is contained in:
@@ -615,6 +615,7 @@ void boss_kalecgosAI::UpdateAI(const uint32 diff)
|
||||
if( ( target != m_creature->getVictim() ) && target->isAlive() && !(target->HasAura(AURA_SPECTRAL_EXHAUSTION, 0)) )
|
||||
{
|
||||
DoCast(target, SPELL_SPECTRAL_BLAST);
|
||||
target->RemoveAurasDueToSpell(SPELL_ARCANE_BUFFET);
|
||||
SpectralBlastTimer = 20000+(rand()%5000);
|
||||
}
|
||||
else
|
||||
@@ -633,6 +634,7 @@ bool GOkalocegos_teleporter(Player *player, GameObject* _GO)
|
||||
player->GetSession()->SendNotification(GO_FAILED);
|
||||
else
|
||||
player->CastSpell(player, SPELL_TELEPORT_SPECTRAL, true);
|
||||
player->RemoveAurasDueToSpell(SPELL_ARCANE_BUFFET);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user