diff options
author | tobmaps <spambot42@yandex.ru> | 2011-06-09 18:16:23 +0700 |
---|---|---|
committer | tobmaps <spambot42@yandex.ru> | 2011-06-09 18:16:23 +0700 |
commit | c31684ebc596837cce42b76972df5b26ba1a841d (patch) | |
tree | 83d5429296d4f4327ecf49d0687fa8e2880b3dda | |
parent | 8a9ee4798ef1494fe51c0f34e918ad9934691db5 (diff) |
Core/Spells: Drop obsolete spell proc data for Surge of Light
-rw-r--r-- | sql/base/world_database.sql | 1 | ||||
-rw-r--r-- | sql/updates/world/2011_06_09_02_world_spell_proc_event.sql | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index c3c2fa901a7..9e77f851df4 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -18739,7 +18739,6 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 33145, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Blessed Resilience (Rank 2) ( 33146, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Blessed Resilience (Rank 3) ( 33150, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Surge of Light (Rank 1) -( 33151, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Surge of Light (Rank 1) ( 33154, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Surge of Light (Rank 2) ( 33191, 0x00, 6, 0x00808000, 0x00000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Misery (Rank 1) ( 33192, 0x00, 6, 0x00808000, 0x00000400, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Misery (Rank 2) diff --git a/sql/updates/world/2011_06_09_02_world_spell_proc_event.sql b/sql/updates/world/2011_06_09_02_world_spell_proc_event.sql new file mode 100644 index 00000000000..805cf33b172 --- /dev/null +++ b/sql/updates/world/2011_06_09_02_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 33151; |