diff options
| author | Mematoru23 <127750549+Mematoru23@users.noreply.github.com> | 2024-02-09 01:39:51 +0100 |
|---|---|---|
| committer | Naddley <NaddleyTC@gmail.com> | 2024-02-09 01:39:53 +0100 |
| commit | 549c75ca39a2f7af58985366697e7b4eed95c58b (patch) | |
| tree | fba5bb3d4c7115979a34c8480decc90e6dabe305 | |
| parent | fd47caa6f3cd6e7ef6a1708ec15ff9ad8e625c39 (diff) | |
DB/Priest: Added spellproc data for Power of the Dark Side
Closes #29640
| -rw-r--r-- | sql/updates/world/master/2024_02_09_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_02_09_03_world.sql b/sql/updates/world/master/2024_02_09_03_world.sql new file mode 100644 index 00000000000..0e9c26223ca --- /dev/null +++ b/sql/updates/world/master/2024_02_09_03_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_proc` WHERE `SpellId` IN (198068); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(198068,0x24,6,0x00008000,0x00000000,0x00000000,0x00000010,0x0,0x0,0x1,0x2,0x403,0x0,0x0,0,0,0,0); -- Power of the Dark Side |
