diff options
author | tobmaps <spambot42@yandex.ru> | 2011-05-11 22:16:18 +0700 |
---|---|---|
committer | tobmaps <spambot42@yandex.ru> | 2011-05-11 22:16:18 +0700 |
commit | 7b0db7a4ea36613d376063de1adda481e09a5362 (patch) | |
tree | 2c77711ad772e2533c8950f402b3b9ae685dc2c9 /sql/base | |
parent | 064c570f0806bda26e707d8e0dc4a38697a9e769 (diff) |
Core/Spells: Fix item enchant Blood Draining
Closes #513 & #1191
Diffstat (limited to 'sql/base')
-rw-r--r-- | sql/base/world_database.sql | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 06564590319..5ed9b63e391 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -19298,8 +19298,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 63737, 0x00, 6, 0x00000800, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Serendipity ( 64127, 0x00, 6, 0x00000001, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Body and Soul ( 64129, 0x00, 6, 0x00000001, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Body and Soul -( 64568, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 3), -- Blood Reserve -( 64571, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 30), -- Blood Draining +( 64571, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 10), -- Blood Draining ( 64440, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000020, 0, 0, 20), -- Blade Warding ( 64714, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Flame of the Heavens ( 64738, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Show of Faith |