From 8a9ee4798ef1494fe51c0f34e918ad9934691db5 Mon Sep 17 00:00:00 2001 From: tobmaps Date: Thu, 9 Jun 2011 18:09:23 +0700 Subject: Core/Spells: Drop obsolete spell proc data for Infusion of Light Closes #1892 Closes #1899 --- sql/base/world_database.sql | 2 -- sql/updates/world/2011_06_09_01_world_spell_proc_event.sql | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 sql/updates/world/2011_06_09_01_world_spell_proc_event.sql (limited to 'sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 85aa7827d2e..c3c2fa901a7 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -19135,14 +19135,12 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 53576, 0x00, 10, 0x40200000, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Infusion of Light (Rank 2) ( 53646, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Demonic Pact (Rank 1) ( 53671, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Judgements of the Pure (Rank 1) -( 53672, 0x00, 10, 0x00200000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Infusion of Light ( 53673, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Judgements of the Pure (Rank 2) ( 53695, 0x00, 10, 0x00800000, 0x00000000, 0x00000008, 0x00000000, 0x00000000, 0, 0, 0), -- Judgements of the Just (Rank 1) ( 53696, 0x00, 10, 0x00800000, 0x00000000, 0x00000008, 0x00000000, 0x00000000, 0, 0, 0), -- Judgements of the Just (Rank 2) ( 53709, 0x02, 10, 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Shield of the templar ( 53710, 0x02, 10, 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Shield of the templar ( 53711, 0x02, 10, 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Shield of the templar -( 54149, 0x00, 10, 0x00200000, 0x00010000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Infusion of Light (Rank 2) ( 54151, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Judgements of the Pure (Rank 3) ( 54154, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Judgements of the Pure (Rank 4) ( 54155, 0x00, 10, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0x00040000, 0, 0, 0), -- Judgements of the Pure (Rank 5) diff --git a/sql/updates/world/2011_06_09_01_world_spell_proc_event.sql b/sql/updates/world/2011_06_09_01_world_spell_proc_event.sql new file mode 100644 index 00000000000..0e826232293 --- /dev/null +++ b/sql/updates/world/2011_06_09_01_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (53672,54149); -- cgit v1.2.3