diff options
| author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2026-01-11 22:58:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-11 22:58:45 +0100 |
| commit | 716b668301cfcbb1ea157ab7afe00accf34170b9 (patch) | |
| tree | 0aebba0fec25ebb9a9e0e8625447ad61fb54377d /sql | |
| parent | 963e69902b603a3c7d25623f14a98589cd0bce30 (diff) | |
Scripts/Spells: Implement dh talent Cycle of Binding (#31482)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2026_01_11_03_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2026_01_11_03_world.sql b/sql/updates/world/master/2026_01_11_03_world.sql new file mode 100644 index 00000000000..a76be874975 --- /dev/null +++ b/sql/updates/world/master/2026_01_11_03_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (389718); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(389718,0x00,107,0x00000000,0x00000000,0x00000002,0x00000000,0x0,0x0,0x1,0x2,0x0,0x0,0x0,0,0,0,0); -- Cycle of Binding + +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_cycle_of_binding'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(389718,'spell_dh_cycle_of_binding'); |
