diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2021-12-01 02:51:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-01 02:51:04 +0200 |
| commit | 43315e0e19fe1609b336f6a9aae486e302317c79 (patch) | |
| tree | 7be2e9fcfac396e9328275850f0bea6333ae3ae1 /src/server/game | |
| parent | 2fe3b6cc2ff7f68ffbd009b80ab39dc8f3264abf (diff) | |
Scripts/The Eye: Few updates to Kael'thas & Astromancer (#27304)
Diffstat (limited to 'src/server/game')
| -rw-r--r-- | src/server/game/Spells/Auras/SpellAuraEffects.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp index 3dbaf996478..4ec98435b52 100644 --- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp +++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp @@ -4471,9 +4471,6 @@ void AuraEffect::HandleAuraDummy(AuraApplication const* aurApp, uint8 mode, bool bf->RemovePlayerFromResurrectQueue(target->GetGUID()); } break; - case 36730: // Flame Strike - target->CastSpell(target, 36731, this); - break; case 43681: // Inactive { if (target->GetTypeId() != TYPEID_PLAYER || aurApp->GetRemoveMode() != AURA_REMOVE_BY_EXPIRE) @@ -4483,9 +4480,6 @@ void AuraEffect::HandleAuraDummy(AuraApplication const* aurApp, uint8 mode, bool target->ToPlayer()->LeaveBattleground(); break; } - case 42783: // Wrath of the Astromancer - target->CastSpell(target, GetAmount(), this); - break; case 46308: // Burning Winds cast only at creatures at spawn target->CastSpell(target, 47287, this); break; |
