mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Scripts/Misc: fixed instance teleporter for Throne of the Tides, The Stonecore and Blackrock Caverns
This commit is contained in:
@@ -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
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user