diff options
| author | Teleqraph <nyrdeveloper@gmail.com> | 2023-06-03 19:06:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-03 19:06:40 +0200 |
| commit | 277497fdf1ca5f7b310c4544e8f1304a66034884 (patch) | |
| tree | dbe721bd57ba70581b6058a7b2bb2bd791bf76f1 /sql | |
| parent | d5ccf6ca0818863561b17d8397311f0a55776cdb (diff) | |
Scripts/Spells: Implement Holy Mending (#29031)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_06_03_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_06_03_02_world.sql b/sql/updates/world/master/2023_06_03_02_world.sql new file mode 100644 index 00000000000..5f47a79cc66 --- /dev/null +++ b/sql/updates/world/master/2023_06_03_02_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (391154,41635); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(391154,0x00,6,0x20000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x4,0x2,0x1,0x0,0x0,0,0,0,0), -- Holy Mending +(41635,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0,0,0,0); -- Prayer of Mending |
