mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
fix(Scripts/Ulduar): restore Freya chest loot eligibility (#26592)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user