fix(Scripts/Hyjal): fix Mark of Kaz'rogal timer (#18753)

fix Mark of Kaz'rogal timer
This commit is contained in:
amed80
2024-04-14 19:10:29 +01:00
committed by GitHub
parent 53dbb769a4
commit 781190c73b

View File

@@ -87,6 +87,7 @@ public:
Milliseconds GetMarkRepeatTimer()
{
++_markCounter;
Milliseconds timer = 45000ms - (5000ms * _markCounter);
if (timer <= 10000ms)
return 10000ms;