aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorJohn Holiver <none@none>2010-08-23 22:25:08 -0300
committerJohn Holiver <none@none>2010-08-23 22:25:08 -0300
commitb5633c4863e1239eb3329837928e3d94d4ddd244 (patch)
treeff20b498220ce47a148f985b5da54796b7a35991 /sql/updates
parent6601f46fd3914e106db6b40f84c4c1081de5c970 (diff)
Fix Warlock, Rogue and Hunter T10 Bonuses.
Thanks also to Arcane. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/9554_world_spell_proc_event.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/9554_world_spell_proc_event.sql b/sql/updates/9554_world_spell_proc_event.sql
new file mode 100644
index 00000000000..b85f7f9d5f2
--- /dev/null
+++ b/sql/updates/9554_world_spell_proc_event.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN (70727,70730,70803,70805,70841);
+INSERT INTO `spell_proc_event` VALUES
+( 70727, 0x00, 9, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0x00000000, 0, 0, 0), -- Item - Hunter T10 2P Bonus
+( 70730, 0x00, 9, 0x00004000, 0x00001000, 0x00000000, 0x00040000, 0x00000000, 0, 0, 0), -- Item - Hunter T10 4P Bonus
+( 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
+( 70841, 0x00, 5, 0x00000004, 0x00000100, 0x00000000, 0x00040000, 0x00000000, 0, 0, 0); -- Item - Warlock T10 4P Bonus \ No newline at end of file