Scripts/Misc: fixed instance teleporter for Throne of the Tides, The Stonecore and Blackrock Caverns

This commit is contained in:
Ovahlord
2020-07-14 16:42:30 +02:00
parent f79a5a6938
commit 66069bcef1
8 changed files with 165 additions and 39 deletions

View File

@@ -4195,13 +4195,6 @@ void SpellMgr::LoadSpellInfoCorrections()
//
// STONECORE SPELLS
//
ApplySpellFix({
95284, // Teleport (from entrance to Slabhide)
95285 // Teleport (from Slabhide to entrance)
}, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].TargetB = SpellImplicitTargetInfo(TARGET_DEST_DB);
});
// Paralyze
ApplySpellFix({ 92426 }, [](SpellInfo* spellInfo)
@@ -4834,6 +4827,15 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AuraInterruptFlags &= ~AURA_INTERRUPT_FLAG_TURNING;
});
// Twilight Portal
ApplySpellFix({
95210,
95012
}, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].AuraPeriod = 1250;
});
// ENDOF BLACKROCK CAVERNS SPELLS
//