Scripts/AtalDazar: Implement Rezan encounter (#30127)

This commit is contained in:
Aqua Deus
2024-08-03 01:12:12 +02:00
committed by GitHub
parent 05046536ed
commit 465dfc10ed
7 changed files with 526 additions and 0 deletions

View File

@@ -4885,6 +4885,19 @@ void SpellMgr::LoadSpellInfoCorrections()
// ENDOF WAYCREST MANOR SPELLS
//
//
// ATAL DAZAR SPELLS
//
// Reverse Cast Ride Vehicle
ApplySpellFix({ 258344 }, [](SpellInfo* spellInfo)
{
spellInfo->AttributesEx8 &= ~SPELL_ATTR8_ONLY_TARGET_IF_SAME_CREATOR;
});
// ENDOF ATAL DAZAR SPELLS
//
//
// THE WANDERING ISLE SPELLS
//