aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-01-19 19:10:34 +0100
committerShauren <shauren.trinity@gmail.com>2025-01-19 19:10:34 +0100
commitf63e715c19efbf89dd0c40acd08f2244f3d5e5e6 (patch)
treeb06d415226c9b15b7993248bbab156a6b4946f9a
parentcb4013efe67a875dc19ef3bcd5b8c142f5a131d6 (diff)
fix typo
-rw-r--r--src/server/scripts/Spells/spell_dh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_dh.cpp b/src/server/scripts/Spells/spell_dh.cpp
index 1b7b37adf13..986d75fd313 100644
--- a/src/server/scripts/Spells/spell_dh.cpp
+++ b/src/server/scripts/Spells/spell_dh.cpp
@@ -971,7 +971,7 @@ struct at_dh_glaive_tempest : AreaTriggerAI
{
_scheduler.Schedule(0ms, [this](TaskContext task)
{
- FloatMilliseconds period = 500s; // 500ms, affected by haste
+ FloatMilliseconds period = 500ms; // 500ms, affected by haste
if (Unit* caster = at->GetCaster())
{
period *= *caster->m_unitData->ModHaste;