From fe38437e67cf7a17911ba6d783466e0a3874535f Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 23 Apr 2023 23:50:34 +0200 Subject: Scripts/Spells: Added proc requirements to a few auras that have SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute --- sql/updates/world/master/2023_04_23_02_world.sql | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 sql/updates/world/master/2023_04_23_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_04_23_02_world.sql b/sql/updates/world/master/2023_04_23_02_world.sql new file mode 100644 index 00000000000..81410b573fd --- /dev/null +++ b/sql/updates/world/master/2023_04_23_02_world.sql @@ -0,0 +1,27 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (288880,288882,289391,292650,292824,292975,292991,295157,295175,295391,295430,296141,296207,296963,298564,299388,299906,299939,299940); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(288880,0x00,107,0x00100000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x2,0x2,0x403,0x0,0x0,0,0,0,0), -- Hour of Reaping +(288882,0x00,107,0x00000000,0x00000004,0x00000000,0x00000000,0x0,0x0,0x1,0x1,0x403,0x0,0x0,0,0,0,0), -- Hour of Reaping +(289391,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x403,0x0,0x0,0,0,0,0), -- Buster Shot +(292650,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x3,0x0,0x0,0,0,0,0), -- Custody of the Deep +(292824,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x403,0x0,0x0,0,0,0,0), -- Petrified Willow +(292975,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x403,0x0,0x0,0,0,0,0), -- Blackhand Doomcutter +(292991,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x403,0x0,0x0,0,0,0,0), -- Bleakblade of Shahram +(295157,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x3,0x2,0x403,0x0,0x0,0,0,0,0), -- Storm Nimbus +(295175,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x403,0x0,0x0,0,0,0,0), -- Spiteful Binding +(295391,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x403,0x0,0x0,0,0,0,0), -- Oblivion Spear +(295430,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x3,0x2,0x403,0x0,0x0,0,0,0,0), -- Ephemeral Vigor +(296141,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x403,0x0,0x0,0,0,0,0), -- Knowledge of Mortality +(296207,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x2,0x2,0x403,0x0,0x0,0,0,0,0), -- Seed of Eonar +(296963,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x403,0x0,0x0,0,0,0,0), -- Conductive Ink +(298564,0x00,11,0x00000000,0x00000000,0x00002000,0x00000000,0x0,0x0,0x4,0x2,0x0,0x0,0x0,0,0,0,0), -- Might of the Worldsplitter +(299388,0x00,11,0x00000003,0x80000000,0x00000000,0x00000001,0x0,0x0,0x1,0x2,0x403,0x0,0x0,0,0,0,0), -- Galvanizing Nimbus +(299906,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x403,0x0,0x0,0,0,0,0), -- Fusion Burn +(299939,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x2,0x2,0x403,0x0,0x0,0,0,0,0), -- Seed of Eonar +(299940,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x2,0x2,0x403,0x0,0x0,0,0,0,0); -- Seed of Eonar + + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_item_hour_of_reaping','spell_item_grips_of_forsaken_sanity'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(288882,'spell_item_hour_of_reaping'), +(295175,'spell_item_grips_of_forsaken_sanity'); -- cgit v1.2.3