diff options
author | DarkRabbit <none@none> | 2009-02-25 00:14:41 +0100 |
---|---|---|
committer | DarkRabbit <none@none> | 2009-02-25 00:14:41 +0100 |
commit | 091d54ae04e34f5b9141bf10fde870c92e2c89ad (patch) | |
tree | af6b42acd82c34f15b175e0874b6f83d18609b57 /src | |
parent | 65a933c6c15faa9c4243aa729f42b2c458f0c9ea (diff) |
*Added some spell linked spell
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kalecgos.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kalecgos.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kalecgos.cpp index 8a2daa17067..ec0ba0037ff 100644 --- a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kalecgos.cpp +++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_kalecgos.cpp @@ -615,7 +615,6 @@ 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 @@ -634,7 +633,6 @@ 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; } |