aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKezo90 <kerekeszoltan90@freemail.hu>2012-04-23 22:31:39 +0200
committerKezo90 <kerekeszoltan90@freemail.hu>2012-04-23 22:31:39 +0200
commit61219cf9db08f40e53c8e91a0e90e93900e43f61 (patch)
treec2db40ac676ede7632987725a6e6ed224b77bba0
parentb07341f998bb9305707f300f52bfce5515d555a5 (diff)
DB/Spells: Rogue T9 2P - Should proc only from Rupture ticks.
-rw-r--r--sql/updates/world/2012_04_23_03_world_spell_proc_event.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2012_04_23_03_world_spell_proc_event.sql b/sql/updates/world/2012_04_23_03_world_spell_proc_event.sql
new file mode 100644
index 00000000000..dfa57b031c3
--- /dev/null
+++ b/sql/updates/world/2012_04_23_03_world_spell_proc_event.sql
@@ -0,0 +1,4 @@
+ -- Rogue T9 2P - Should proc only from Rupture ticks.
+DELETE FROM `spell_proc_event` WHERE `entry` IN(67209);
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `procFlags`) VALUES
+(67209, 0x01, 8, 0x100000, 0x50000); \ No newline at end of file