aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-07-11 18:32:15 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-15 21:51:07 +0100
commit4378ad98abe6b2d557ee016a83d660979b10deb0 (patch)
tree30cf2cf526649b04de5b6f847423b54f21d567fe /src
parentee4388a65129d13899ff9f052acd0a5c094ab22e (diff)
DB/Quest: Seeds of the Blacksouled Keepers
(cherry picked from commit 42abf69a27058251b7dd59a59c1f059f834431e4)
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/SpellMgr.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index ec4c3d219e2..25253d321cb 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -4591,6 +4591,13 @@ void SpellMgr::LoadSpellInfoCorrections()
{
spellInfo->AttributesEx3 |= SPELL_ATTR3_NO_INITIAL_AGGRO;
});
+
+ // Spore - Spore Visual
+ ApplySpellFix({ 42525 }, [](SpellInfo* spellInfo)
+ {
+ spellInfo->AttributesEx3 |= SPELL_ATTR3_DEATH_PERSISTENT;
+ spellInfo->AttributesEx2 |= SPELL_ATTR2_CAN_TARGET_DEAD;
+ });
//
// FIRELANDS SPELLS