mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Spells: Remove hacks related to TARGET_DEST_NEARBY_DB and DB data (#30626)
This commit is contained in:
@@ -4984,24 +4984,6 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
});
|
||||
});
|
||||
|
||||
// Summon Amberleaf Troublemaker
|
||||
ApplySpellFix({ 114698 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
ApplySpellEffectFix(spellInfo, EFFECT_0, [](SpellEffectInfo* spellEffectInfo)
|
||||
{
|
||||
spellEffectInfo->TargetA = SpellImplicitTargetInfo(TARGET_DEST_DEST);
|
||||
});
|
||||
});
|
||||
|
||||
// Summon Living Air
|
||||
ApplySpellFix({ 102207 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
ApplySpellEffectFix(spellInfo, EFFECT_0, [](SpellEffectInfo* spellEffectInfo)
|
||||
{
|
||||
spellEffectInfo->TargetA = SpellImplicitTargetInfo(TARGET_DEST_TARGET_RANDOM);
|
||||
});
|
||||
});
|
||||
|
||||
// ENDOF THE WANDERING ISLE SPELLS
|
||||
//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user