mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Scripts/WaycrestManor: Implement Lord and Lady Waycrest outro (#30109)
This commit is contained in:
@@ -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
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user