fix(Scripts/Hyjal): fix Mark of Kaz'rogal timer (#18753)
fix Mark of Kaz'rogal timer
This commit is contained in:
@@ -87,6 +87,7 @@ public:
|
|||||||
|
|
||||||
Milliseconds GetMarkRepeatTimer()
|
Milliseconds GetMarkRepeatTimer()
|
||||||
{
|
{
|
||||||
|
++_markCounter;
|
||||||
Milliseconds timer = 45000ms - (5000ms * _markCounter);
|
Milliseconds timer = 45000ms - (5000ms * _markCounter);
|
||||||
if (timer <= 10000ms)
|
if (timer <= 10000ms)
|
||||||
return 10000ms;
|
return 10000ms;
|
||||||
|
|||||||
Reference in New Issue
Block a user