aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2023-07-26 01:07:43 +0200
committerGitHub <noreply@github.com>2023-07-26 01:07:43 +0200
commitfb7bf0bfecfd258019a3809ef1fef71621176f98 (patch)
treefa19318d54d83c4e859f617803179ae75b9dbadf /sql/updates
parent1ed8bfa08017b69d59f2cb7703f59ab4a0a3bf79 (diff)
Scripts/Spells: Implement Devastator talent (#29164)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2023_07_26_00_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_07_26_00_world.sql b/sql/updates/world/master/2023_07_26_00_world.sql
new file mode 100644
index 00000000000..f12a57e0ae9
--- /dev/null
+++ b/sql/updates/world/master/2023_07_26_00_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_proc` WHERE `SpellId` IN (224324);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(224324,0x00,4,0x00000000,0x00000200,0x00000000,0x00000000,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0,0,0,0); -- Shield Slam!
+
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_warr_devastator';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(236279,'spell_warr_devastator');