mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Core/Spell: fix weird DBC data for Elixir of Detect Undead
Closes #19853
This commit is contained in:
@@ -2872,6 +2872,14 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->Effects[0].TargetA = SpellImplicitTargetInfo(TARGET_DEST_DB);
|
||||
});
|
||||
|
||||
// Detect Undead
|
||||
ApplySpellFix({ 11389 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->PowerType = 0;
|
||||
spellInfo->ManaCost = 0;
|
||||
spellInfo->ManaPerSecond = 0;
|
||||
});
|
||||
|
||||
// Drink! (Brewfest)
|
||||
ApplySpellFix({ 42436 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user