diff options
-rw-r--r-- | sql/updates/8213_world_spell_proc_event.sql | 1 | ||||
-rw-r--r-- | sql/world.sql | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/8213_world_spell_proc_event.sql b/sql/updates/8213_world_spell_proc_event.sql new file mode 100644 index 00000000000..75c07b90223 --- /dev/null +++ b/sql/updates/8213_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM spell_proc_event WHERE entry = 23602; diff --git a/sql/world.sql b/sql/world.sql index f16d97b6f84..2c42e2658b8 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -6367,7 +6367,6 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 23572, 0x00, 11, 0x000000C0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Mana Surge ( 23578, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 2, 0, 0), -- Expose Weakness ( 23581, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 2, 0, 0), -- Bloodfang -( 23602, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0, 0, 0), -- Shield Specialization (Rank 1) ( 23686, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 2, 0, 0), -- Lightning Strike ( 23688, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0, 0, 0), -- Aura of the Blue Dragon ( 23689, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4, 0, 0), -- Heroism |