fix(scripts/Ulduar): Expedition Base Camp (#3558)

This commit is contained in:
WiZZy
2020-12-25 17:56:32 +02:00
committed by GitHub
parent 5caea8eff9
commit d710057a31
6 changed files with 716 additions and 423 deletions

View File

@@ -3971,6 +3971,15 @@ void SpellMgr::LoadDbcDataCorrections()
spellInfo->Dispel = DISPEL_NONE;
});
//////////////////////////////////////////
////////// ULDUAR
//////////////////////////////////////////
ApplySpellFix({ 64014, 64032, 64028, 64031, 64030, 64029, 64024, 64025, 65042 }, [](SpellEntry* spellInfo)
{
spellInfo->EffectImplicitTargetB[EFFECT_1] = TARGET_DEST_DB;
});
// Killing Spree (teleport)
ApplySpellFix({ 57840 }, [](SpellEntry* spellInfo)
{