Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -602,7 +602,7 @@
|
|
| 602 |
setTimeout(() => {
|
| 603 |
globalCooldown = false;
|
| 604 |
updateSpellButtons();
|
| 605 |
-
},
|
| 606 |
}
|
| 607 |
|
| 608 |
// Function for boss to damage allies
|
|
|
|
| 602 |
setTimeout(() => {
|
| 603 |
globalCooldown = false;
|
| 604 |
updateSpellButtons();
|
| 605 |
+
}, 750); // GCD is 0.75 seconds
|
| 606 |
}
|
| 607 |
|
| 608 |
// Function for boss to damage allies
|