fix(DB/SpellCooldownOverrides): remove overrides of player spells (#21850)

This commit is contained in:
Jelle Meeus 2025-04-03 22:35:33 +02:00 committed by GitHub
parent f8ab473f9e
commit f374136cee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
DELETE FROM `spell_cooldown_overrides` WHERE `Id` IN (7386, 7405, 8380);