aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-06-25 23:23:14 +0700
committertobmaps <spambot42@yandex.ru>2011-06-25 23:23:14 +0700
commitaf023a40f745c48dc7e2e0ff8e45d2e79cff8717 (patch)
tree84b2e2e9f2f5ad811f22a796920ed2995f686937 /sql
parent956c5f0e5e6b580f998383e915a62bcbb422d3f9 (diff)
Core/Spells: Fix Shaman T10 Elemental 4P Bonus
Closes #1501
Diffstat (limited to 'sql')
-rw-r--r--sql/base/world_database.sql1
-rw-r--r--sql/updates/world/2011_06_25_14_world_spell_proc_event.sql3
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql
index dc601b4d268..97c48dc7056 100644
--- a/sql/base/world_database.sql
+++ b/sql/base/world_database.sql
@@ -19401,6 +19401,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam
( 70803, 0x00, 8, 0x003E0000, 0x00000008, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Rogue T10 4P Bonus
( 70805, 0x00, 8, 0x00000000, 0x00020000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0), -- Item - Rogue T10 2P Bonus
( 70807, 0x00, 11, 0x00000000, 0x00000000, 0x00000010, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Shaman T10 Restoration 2P Bonus
+( 70817, 0x00, 11, 0x00000000, 0x00001000, 0x00000000, 0x00010000, 0x00000000, 0, 0, 0), -- Item - Shaman T10 Elemental 4P Bonus
( 70830, 0x00, 11, 0x00000000, 0x00020000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Shaman T10 Enhancement 2P Bonus
( 70841, 0x00, 5, 0x00000004, 0x00000100, 0x00000000, 0x00040000, 0x00000000, 0, 0, 0), -- Item - Warlock T10 4P Bonus
( 70844, 0x00, 4, 0x00000100, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Warrior T10 Protection 4P Bonus
diff --git a/sql/updates/world/2011_06_25_14_world_spell_proc_event.sql b/sql/updates/world/2011_06_25_14_world_spell_proc_event.sql
new file mode 100644
index 00000000000..b78a9c087a9
--- /dev/null
+++ b/sql/updates/world/2011_06_25_14_world_spell_proc_event.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_proc_event` WHERE `entry` = 70817;
+INSERT INTO `spell_proc_event` VALUES
+(70817,0,11,0,0x1000,0,0x10000,0,0,0,0);