diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-07-21 20:38:13 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-07-21 20:38:13 +0700 |
| commit | dd2990e2a766db0dfbe78182c8175c1a59650708 (patch) | |
| tree | 853aca2e57981f584f8af446645b8410fc0fe998 /sql | |
| parent | dae2a088fd273cd1d157c3e7f4c0cdf4f3a6b4b1 (diff) | |
Core/Spells: Fix Glyph of Scourge Strike
Closes #391
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/base/world_database.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/2011_07_21_00_world_spell_proc_event.sql | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 1f3af29dc02..a920284caf4 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -19202,7 +19202,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 58442, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 15), -- Airy Pale Ale ( 58444, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 5), -- Worg Tooth Oatmeal Stout ( 58626, 0x00, 15, 0x02000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Death Grip -( 58642, 0x00, 15, 0x00000000, 0x08000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Scourge Strike +( 58642, 0x00, 15, 0x00000000, 0x08000000, 0x00000000, 0x00000010, 0x00000000, 0, 0, 0), -- Glyph of Scourge Strike ( 58644, 0x00, 15, 0x00000000, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Frost Strike ( 58647, 0x00, 15, 0x00000000, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Frost Strike ( 58676, 0x00, 15, 0x00000000, 0x00000008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Glyph of Vampiric Blood diff --git a/sql/updates/world/2011_07_21_00_world_spell_proc_event.sql b/sql/updates/world/2011_07_21_00_world_spell_proc_event.sql new file mode 100644 index 00000000000..8cfcdd5e6cb --- /dev/null +++ b/sql/updates/world/2011_07_21_00_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` = 58642; +INSERT INTO `spell_proc_event` VALUES +(58642, 0x00, 15, 0x00000000, 0x08000000, 0x00000000, 0x00000010, 0x00000000, 0, 0, 0); |
