From 205aba1ff3a6f1ff92a8b26af646fd25f139c697 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 9 May 2023 05:20:35 +0200 Subject: Core/Battlegrounds: Moved AreaSpiritHealer resurrection handling to respective npc flags (#28508) * UNIT_NPC_FLAG_AREA_SPIRIT_HEALER * UNIT_NPC_FLAG_2_AREA_SPIRIT_HEALER_INDIVIDUAL --- src/server/game/Spells/SpellInfo.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/server/game/Spells/SpellInfo.cpp') diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index cf9c1fa9997..43844717a11 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -2052,8 +2052,6 @@ SpellCastResult SpellInfo::CheckLocation(uint32 map_id, uint32 zone_id, uint32 a case 34976: // Netherstorm Flag return map_id == 566 && player && player->InBattleground() ? SPELL_CAST_OK : SPELL_FAILED_REQUIRES_AREA; case 2584: // Waiting to Resurrect - case 22011: // Spirit Heal Channel - case 22012: // Spirit Heal case 42792: // Recently Dropped Flag case 43681: // Inactive case 44535: // Spirit Heal (mana) -- cgit v1.2.3