mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(Core/Spell): Detect Undead (#4310)
This commit is contained in:
@@ -3306,6 +3306,14 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
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
|
||||
ApplySpellFix({ 38776 }, [](SpellEntry* spellInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user