fix(DB/Procs): Ephemeral Snowflake having wrong icd (#20469)

This commit is contained in:
avarishd 2024-11-07 16:40:43 +02:00 committed by GitHub
parent 5c427bef56
commit a765c8f06c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Ephemeral Snowflake
UPDATE `spell_proc_event` SET `Cooldown` = 250 WHERE `entry` = 71567;