fix(Scripts/BlackMorass): stop rift adds from spawning once Aeonus is up (#26699)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-07-19 17:11:31 -03:00
committed by GitHub
parent df54196feb
commit fe5e3c0109

View File

@@ -32,6 +32,7 @@ const Position PortalLocation[4] =
ObjectData const creatureData[] =
{
{ NPC_MEDIVH, DATA_MEDIVH },
{ NPC_AEONUS, DATA_AEONUS },
{ 0, 0 }
};