Skip to content

Commit 1c3f069

Browse files
authored
Merge branch 'azerothcore:master' into master
2 parents 6fafe41 + 9a17604 commit 1c3f069

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/server/scripts/Northrend/Naxxramas/boss_four_horsemen.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,10 @@ class boss_four_horsemen : public CreatureScript
258258

259259
if (instance->IsBossDone(BOSS_HORSEMAN))
260260
if (GameObject* chest = me->GetMap()->SummonGameObject(RAID_MODE(GO_HORSEMEN_CHEST_10, GO_HORSEMEN_CHEST_25), 2514.8f, -2944.9f, 245.55f, 5.51f, 0, 0, 0, 0, 0))
261+
{
262+
chest->SetRespawnTime(7 * DAY);
261263
chest->SetLootRecipient(me);
264+
}
262265
}
263266

264267
void JustEngagedWith(Unit* who) override

0 commit comments

Comments
 (0)