Scripts/WaycrestManor: Implement Lord and Lady Waycrest outro (#30109)

This commit is contained in:
Aqua Deus
2024-09-02 00:50:22 +02:00
committed by GitHub
parent 314e155a0c
commit 8f580b0581
3 changed files with 416 additions and 3 deletions

View File

@@ -4782,6 +4782,16 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AttributesEx2 |= SPELL_ATTR2_IGNORE_LINE_OF_SIGHT;
});
// Waycrest Manor - Waycrests Defeated (Horde)
// Waycrest Manor - Waycrests Defeated (Alliance)
ApplySpellFix({ 267595, 267597, 267609 }, [](SpellInfo* spellInfo)
{
ApplySpellEffectFix(spellInfo, EFFECT_0, [](SpellEffectInfo* spellEffectInfo)
{
spellEffectInfo->Effect = SPELL_EFFECT_CREATE_CONVERSATION;
});
});
// ENDOF WAYCREST MANOR SPELLS
//