mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
fix typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user