diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-05-27 02:01:18 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-27 02:01:18 +0700 |
| commit | ceda0917f22fc4693c066b16c2116c6080d5a5ab (patch) | |
| tree | a6ab2bcbdab4e2f139945abe98b472da6a7dfb5d | |
| parent | fb1772e8c945a0f5872cb828ffafbdb36fc721a2 (diff) | |
Core/Spells: Seal of Righteousness should trigger from all weapon based spells
Closes #416
| -rw-r--r-- | sql/base/world_database.sql | 1 | ||||
| -rw-r--r-- | sql/updates/world/2011_05_26_00_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 1f8a8a8913e..d88a6e64ab2 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -18580,7 +18580,6 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 20925, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0, 0, 0), -- Holy Shield (Rank 1) ( 20927, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0, 0, 0), -- Holy Shield (Rank 2) ( 20928, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0, 0, 0), -- Holy Shield (Rank 3) -( 21084, 0x01, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Seal of Righteousness ( 21185, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 10), -- Spinal Reaper ( 21882, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0), -- Judgement Smite ( 21890, 0x00, 4, 0x2A764EEF, 0x0000036C, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Warrior's Wrath diff --git a/sql/updates/world/2011_05_26_00_world_spell_proc_event.sql b/sql/updates/world/2011_05_26_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..b0efb6e0faf --- /dev/null +++ b/sql/updates/world/2011_05_26_00_world_spell_proc_event.sql @@ -0,0 +1 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 21084; |
