aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2020-10-19 11:27:02 -0300
committerGitHub <noreply@github.com>2020-10-19 11:27:02 -0300
commit5e9a856ad797087e24eb13999f39016dcd3f770c (patch)
treefb2af33112fd9c56320926d43a045059a66bd8fe /sql
parente3af6c04a46965c294007c5633e1aa6ae4ac772f (diff)
Game/Player: Fixed Backlash/Backdraft priority (#25564)
Update #18516
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2040_18_51_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2040_18_51_00_world.sql b/sql/updates/world/3.3.5/2040_18_51_00_world.sql
new file mode 100644
index 00000000000..5698b288056
--- /dev/null
+++ b/sql/updates/world/3.3.5/2040_18_51_00_world.sql
@@ -0,0 +1,2 @@
+-- Backdraft
+UPDATE `spell_proc` SET `SpellFamilyMask1`=131264 WHERE `SpellId` IN(54274,54276,54277);