fix(Scripts/Hyjal): fix Mark of Kaz'rogal timer (#18753)
fix Mark of Kaz'rogal timer
This commit is contained in:
parent
53dbb769a4
commit
781190c73b
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ public:
|
|||
|
||||
Milliseconds GetMarkRepeatTimer()
|
||||
{
|
||||
++_markCounter;
|
||||
Milliseconds timer = 45000ms - (5000ms * _markCounter);
|
||||
if (timer <= 10000ms)
|
||||
return 10000ms;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue