Skip to content

Commit

Permalink
fix(global cooldown handler not registered)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvb-uy committed Oct 21, 2024
1 parent 922f383 commit 2085fbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/elocindev/deathknights/spells/SpellHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

public class SpellHandler {
public static void registerSpells() {
GlobalCooldown.register();

DeathCoilHandler.register();
EpidemicHandler.register();
DeathGripHandler.register();
Expand Down

0 comments on commit 2085fbe

Please sign in to comment.