diff options
author | Shauren <shauren.trinity@gmail.com> | 2025-01-19 19:10:34 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2025-01-19 19:10:34 +0100 |
commit | f63e715c19efbf89dd0c40acd08f2244f3d5e5e6 (patch) | |
tree | b06d415226c9b15b7993248bbab156a6b4946f9a | |
parent | cb4013efe67a875dc19ef3bcd5b8c142f5a131d6 (diff) |
fix typo
-rw-r--r-- | src/server/scripts/Spells/spell_dh.cpp | 2 |
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; |