diff options
author | tobmaps <spambot42@yandex.ru> | 2011-05-12 17:29:55 +0700 |
---|---|---|
committer | tobmaps <spambot42@yandex.ru> | 2011-05-12 17:29:55 +0700 |
commit | ceecddaed85dd3c7fc6370d3be696cab65461007 (patch) | |
tree | a38acfce1031f4dae79eb0d1e3c8e4b75ae00a1f | |
parent | 82b5f9c629224e2d1737ea525cd46dac95037e8f (diff) |
Core/Spells: Seal of Vengeance also should proc from Hammer of the Righteous
Closes #696
-rw-r--r-- | sql/base/world_database.sql | 1 | ||||
-rw-r--r-- | sql/updates/world/2011_05_12_05_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 a2ba11b3c1e..70c24b3a5f8 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -18711,7 +18711,6 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 31657, 0x04, 3, 0x8000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Empowered Fire (Rank 2) ( 31658, 0x04, 3, 0x8000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Empowered Fire (Rank 3) ( 31794, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0, 0, 0), -- Focused Mind -( 31801, 0x01, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Seal of Vengeance ( 31833, 0x00, 10, 0x80000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Light's Grace (Rank 1) ( 31835, 0x00, 10, 0x80000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Light's Grace (Rank 2) ( 31836, 0x00, 10, 0x80000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Light's Grace (Rank 3) diff --git a/sql/updates/world/2011_05_12_05_world_spell_proc_event.sql b/sql/updates/world/2011_05_12_05_world_spell_proc_event.sql new file mode 100644 index 00000000000..8b5907ca319 --- /dev/null +++ b/sql/updates/world/2011_05_12_05_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 31801; |