mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
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()
|
||||
{
|
||||
++_markCounter;
|
||||
Milliseconds timer = 45000ms - (5000ms * _markCounter);
|
||||
if (timer <= 10000ms)
|
||||
return 10000ms;
|
||||
|
||||
Reference in New Issue
Block a user