mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/AtalDazar: Implement Rezan encounter (#30127)
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user