aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2023-04-06 18:17:04 +0200
committerGitHub <noreply@github.com>2023-04-06 18:17:04 +0200
commit379dc1c6a990a62a063a76f9bced50a7b7150d22 (patch)
treea4febaecf50b2d2899505a6170941c7affc5e2f0 /sql
parentd0412b4916b5014b1471047c31f36ea455ba55cb (diff)
DB/Spell: Maelstrom Weapon
closes #22885 by @DanVS
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2023_04_06_06_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2023_04_06_06_world.sql b/sql/updates/world/3.3.5/2023_04_06_06_world.sql
new file mode 100644
index 00000000000..8edd584e63b
--- /dev/null
+++ b/sql/updates/world/3.3.5/2023_04_06_06_world.sql
@@ -0,0 +1,6 @@
+-- Maelstrom Weapon
+UPDATE `spell_proc` SET `ProcsPerMinute`=2 WHERE `SpellId`=51528;
+UPDATE `spell_proc` SET `ProcsPerMinute`=4 WHERE `SpellId`=51529;
+UPDATE `spell_proc` SET `ProcsPerMinute`=6 WHERE `SpellId`=51530;
+UPDATE `spell_proc` SET `ProcsPerMinute`=8 WHERE `SpellId`=51531;
+UPDATE `spell_proc` SET `ProcsPerMinute`=10 WHERE `SpellId`=51532;