fix(DB/Script): Update Scarlet Miners and Mine Car spawn points and behavior based on sniffs. (#26707)

This commit is contained in:
Rocco Silipo
2026-07-21 11:15:31 +02:00
committed by GitHub
parent 6875a9e577
commit 034c908f5e
2 changed files with 176 additions and 0 deletions

View File

@@ -5242,6 +5242,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AttributesEx3 |= SPELL_ATTR3_SUPPRESS_CASTER_PROCS;
});
// Drag Mine Cart
ApplySpellFix({ 52414 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(TARGET_UNIT_TARGET_ANY);
});
for (uint32 i = 0; i < GetSpellInfoStoreSize(); ++i)
{
SpellInfo* spellInfo = mSpellInfoMap[i];