mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Scripts/TotT: Commander Ulthok's Dark Fissures will no longer despawn on heroic difficulty
This commit is contained in:
@@ -4476,14 +4476,17 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
|
||||
// Commander Ulthok
|
||||
// Dark Fissure
|
||||
ApplySpellFix({
|
||||
76047,
|
||||
96311
|
||||
}, [](SpellInfo* spellInfo)
|
||||
ApplySpellFix({ 76047 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->Effects[EFFECT_0].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_1_YARD);
|
||||
});
|
||||
|
||||
ApplySpellFix({ 96311 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(21); // Infinite
|
||||
spellInfo->Effects[EFFECT_0].RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_1_YARD);
|
||||
});
|
||||
|
||||
// Ozumat
|
||||
// Purify
|
||||
ApplySpellFix({ 76953 }, [](SpellInfo* spellInfo)
|
||||
|
||||
Reference in New Issue
Block a user