mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +00:00
fix(Core/Spell): Detect Undead (#4310)
This commit is contained in:
@@ -3306,6 +3306,14 @@ void SpellMgr::LoadDbcDataCorrections()
|
|||||||
spellInfo->manaPerSecond = 0;
|
spellInfo->manaPerSecond = 0;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Elixir of Detect Undead
|
||||||
|
ApplySpellFix({ 11389 }, [](SpellEntry* spellInfo)
|
||||||
|
{
|
||||||
|
spellInfo->powerType = POWER_MANA;
|
||||||
|
spellInfo->manaCost = 0;
|
||||||
|
spellInfo->manaPerSecond = 0;
|
||||||
|
});
|
||||||
|
|
||||||
// Evergrove Druid Transform Crow
|
// Evergrove Druid Transform Crow
|
||||||
ApplySpellFix({ 38776 }, [](SpellEntry* spellInfo)
|
ApplySpellFix({ 38776 }, [](SpellEntry* spellInfo)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user