fix(DB/Procs): Spell Bomb not having cooldown (#18029)

This commit is contained in:
avarishd
2023-12-24 04:30:14 +02:00
committed by GitHub
parent b0ebaf4c96
commit 12585df7c8

View File

@@ -0,0 +1,2 @@
-- Spell Bomb
UPDATE `spell_proc_event` SET `Cooldown`=1000 WHERE `entry`=40303;