summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authoravarishd <46330494+avarishd@users.noreply.github.com>2024-11-07 16:40:43 +0200
committerGitHub <noreply@github.com>2024-11-07 11:40:43 -0300
commita765c8f06c81751b5e3ce61b3be8c3524324d12e (patch)
treeb90e54d560140982e7490641e94a7ef5949455c5 /data
parent5c427bef5625c2bb18d89ab4c1112f01bb5e094c (diff)
fix(DB/Procs): Ephemeral Snowflake having wrong icd (#20469)
Diffstat (limited to 'data')
-rw-r--r--data/sql/updates/pending_db_world/rev_1730911503089002300.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1730911503089002300.sql b/data/sql/updates/pending_db_world/rev_1730911503089002300.sql
new file mode 100644
index 0000000000..06c3934b1f
--- /dev/null
+++ b/data/sql/updates/pending_db_world/rev_1730911503089002300.sql
@@ -0,0 +1,2 @@
+-- Ephemeral Snowflake
+UPDATE `spell_proc_event` SET `Cooldown` = 250 WHERE `entry` = 71567;