mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(scripts/Ulduar): Expedition Base Camp (#3558)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user