diff options
-rw-r--r-- | src/server/scripts/Northrend/zone_howling_fjord.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/zone_howling_fjord.cpp b/src/server/scripts/Northrend/zone_howling_fjord.cpp index b9f17672f0c..dbeb8fee51c 100644 --- a/src/server/scripts/Northrend/zone_howling_fjord.cpp +++ b/src/server/scripts/Northrend/zone_howling_fjord.cpp @@ -467,7 +467,7 @@ struct npc_daegarn : public ScriptedAI _scheduler.CancelAll(); _summons.DespawnAll(); - _scheduler.Schedule(5s, [this](TaskContext context) + _scheduler.Schedule(20s, [this](TaskContext context) { bool reset = true; if (Player* player = ObjectAccessor::GetPlayer(*me, _playerGUID)) |