aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorOvahlord <dreadkiller@gmx.de>2024-06-28 18:51:38 +0200
committerOvahlord <dreadkiller@gmx.de>2024-06-28 18:51:38 +0200
commit686f10cb0f4684aa55b3ad8682123007384ea0a6 (patch)
tree686ba1b73e33cf873360dd8135fbc122edeea86f /sql
parent9b2c78694dce80c2aa4528dccaa6f6a441cf2459 (diff)
Core/Spells: ported the Dark Simulacrum implementation from a33864ce2d9038e491fe99eba8acc532ebd6327f
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/cata_classic/2024_06_28_00_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_06_28_00_world.sql b/sql/updates/world/cata_classic/2024_06_28_00_world.sql
new file mode 100644
index 00000000000..3a20188dfe4
--- /dev/null
+++ b/sql/updates/world/cata_classic/2024_06_28_00_world.sql
@@ -0,0 +1,8 @@
+DELETE FROM `spell_proc` WHERE `SpellId` IN (77616);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(77616,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x7,0x1,0x0,0x0,0x0,0,0,0,0); -- Dark Simulacrum
+
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dk_dark_simulacrum','spell_dk_dark_simulacrum_buff');
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(77606,'spell_dk_dark_simulacrum'),
+(77616,'spell_dk_dark_simulacrum_buff');