Nymbo commited on
Commit
422a259
·
verified ·
1 Parent(s): 8fa1d16

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -602,7 +602,7 @@
602
  setTimeout(() => {
603
  globalCooldown = false;
604
  updateSpellButtons();
605
- }, 1500);
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