aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorJeremy <Golrag@users.noreply.github.com>2025-09-01 19:28:28 +0200
committerGitHub <noreply@github.com>2025-09-01 19:28:28 +0200
commitf3645bee7bf766a3a8421145118048a7619122ca (patch)
tree701198d25ea0c0e3e1d8c1438c52ad1104e291db /sql
parent8b2fc59397ebca720726270dc5319f1d2ffa0150 (diff)
Scripts/Spells: Implement Cold Steel, Hot Blood talent (#31056)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_09_01_01_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_09_01_01_world.sql b/sql/updates/world/master/2025_09_01_01_world.sql
new file mode 100644
index 00000000000..073432b560e
--- /dev/null
+++ b/sql/updates/world/master/2025_09_01_01_world.sql
@@ -0,0 +1,8 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warr_cold_steel_hot_blood_bloodthirst';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(23881, 'spell_warr_cold_steel_hot_blood_bloodthirst'),
+(335096, 'spell_warr_cold_steel_hot_blood_bloodthirst');
+
+DELETE FROM `spell_proc` WHERE `SpellId` IN (383959);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(383959,0x01,4,0x00000000,0x00000400,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x2,0x0,0x0,0,0,0,0); -- Cold Steel, Hot Blood