diff options
| author | offl <11556157+offl@users.noreply.github.com> | 2021-12-01 02:51:04 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-23 20:31:19 +0100 |
| commit | 8d3a408fdc18519ec23bbcea9d38e5839f3f70c8 (patch) | |
| tree | 2411c21762206e545892047dcee39f864f9b31bf /src/server/game | |
| parent | b6c02d20d57c720c685128e2e506e455c3077e45 (diff) | |
Scripts/The Eye: Few updates to Kael'thas & Astromancer (#27304)
(cherry picked from commit 43315e0e19fe1609b336f6a9aae486e302317c79)
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 c8371d54199..751f6ac27af 100644 --- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp +++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp @@ -4583,9 +4583,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) @@ -4595,9 +4592,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; |
