aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/8373_spell_proc_event.sql3
-rw-r--r--sql/world.sql1
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/8373_spell_proc_event.sql b/sql/updates/8373_spell_proc_event.sql
new file mode 100644
index 00000000000..20f87b3f1f9
--- /dev/null
+++ b/sql/updates/8373_spell_proc_event.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN (70807);
+INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES
+( 70807, 0, 11, 0x00000000, 0x00000000, 0x00000010, 0x00000000, 0x00000000, 0, 100, 0); -- Item - Shaman T10 Restoration 2P Bonus
diff --git a/sql/world.sql b/sql/world.sql
index 0e98848c5ee..30e992437e0 100644
--- a/sql/world.sql
+++ b/sql/world.sql
@@ -7171,6 +7171,7 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam
( 67356, 0x08, 7, 0x00000010, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Druid T9 Restoration Relic (Rejuvenation)
( 67771, 1, 0, 0x00000000, 0x00000000, 0x00000000, 0x0851154, 0x03, 0, 35, 45), -- Item - Coliseum Melee Trinket 10men
( 67702, 1, 0, 0x00000000, 0x00000000, 0x00000000, 0x0851154, 0x03, 0, 35, 45), -- Item - Coliseum Melee Trinket 25men
+( 70807, 0, 11, 0x00000000, 0x00000000, 0x00000010, 0x00000000, 0x00000000, 0, 100, 0), -- Item - Shaman T10 Restoration 2P Bonus
( 71519, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 105), -- Item - Deathbringer's Will Trinket Normal
( 71562, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 105); -- Item - Deathbringer's Will Trinket Heroic
/*!40000 ALTER TABLE `spell_proc_event` ENABLE KEYS */;