fix(Scripts/Ulduar): restore Freya chest loot eligibility (#26592)

This commit is contained in:
sogladev
2026-07-15 02:20:27 +02:00
committed by GitHub
parent 677213c077
commit 586775375a

View File

@@ -624,6 +624,17 @@ public:
if (GetBossState(BOSS_FREYA) == DONE)
gameObject->SetRespawnTime(7 * DAY);
break;
// Freya Loot
case 194324:
case 194325:
case 194326:
case 194327:
case 194328:
case 194329:
case 194330:
case 194331:
gameObject->SetLootRecipient(instance);
break;
}
}