aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/SunwellPlateau
diff options
context:
space:
mode:
authorCarbenium <carbenium@outlook.com>2020-07-26 00:52:19 +0200
committerPeter Keresztes Schmidt <carbenium@outlook.com>2020-07-26 22:12:24 +0200
commitd1a39a2ebf3bb55998696c424cd58f3fcdedd66a (patch)
tree9c0f72fd8792b8cdc34381de1a903f42352d3a61 /src/server/scripts/EasternKingdoms/SunwellPlateau
parent35411e5ed99584c7061a5feede8cb9b8d71c9b68 (diff)
Scripts/EasternKingdoms: Use std::chrono overload of Creature::DespawnOrUnsummon
Diffstat (limited to 'src/server/scripts/EasternKingdoms/SunwellPlateau')
-rw-r--r--src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp
index 64529c8fd0a..e037f50aa74 100644
--- a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp
+++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_muru.cpp
@@ -656,7 +656,7 @@ class spell_dark_fiend_skin : public SpellScriptLoader
target->AttackStop();
target->StopMoving();
target->CastSpell(target, SPELL_DARKFIEND_VISUAL, true);
- target->DespawnOrUnsummon(3000);
+ target->DespawnOrUnsummon(3s);
}
}