diff options
| author | Jeremy <Golrag@users.noreply.github.com> | 2023-05-09 05:20:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-09 05:20:35 +0200 |
| commit | 205aba1ff3a6f1ff92a8b26af646fd25f139c697 (patch) | |
| tree | a2273ad956ee236dd4044d114759d9e24211468c /src/server/game/Spells/SpellInfo.cpp | |
| parent | dc284750968d1816cc4271f4c6a6dbcdcdfd3f51 (diff) | |
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
Diffstat (limited to 'src/server/game/Spells/SpellInfo.cpp')
| -rw-r--r-- | src/server/game/Spells/SpellInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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) |
