aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorRamus <nikson.91@mail.ru>2011-03-19 13:23:31 +0100
committerShauren <shauren.trinity@gmail.com>2011-03-19 13:23:31 +0100
commit7d0b5bfff98928495a5eaa9edcf9494327b8e269 (patch)
treed206f889cd2fd6213fd29c134adcc7df1768dedf /sql/updates
parentb496d8af3db86ebb922c8643c5464f2486f854a0 (diff)
Core/Spells: Arcane Concentration should proc only from mage spell casts
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_03_19_0_world_spell_proc_event.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_19_0_world_spell_proc_event.sql b/sql/updates/world/2011_03_19_0_world_spell_proc_event.sql
new file mode 100644
index 00000000000..a0537fd6dd6
--- /dev/null
+++ b/sql/updates/world/2011_03_19_0_world_spell_proc_event.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_proc_event` WHERE `entry` IN (11213,12574,12575,12576,12577);
+INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
+(11213,0x00,3,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0), -- Arcane Concentration (Rank 1)
+(12574,0x00,3,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0), -- Arcane Concentration (Rank 2)
+(12575,0x00,3,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0), -- Arcane Concentration (Rank 3)
+(12576,0x00,3,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0), -- Arcane Concentration (Rank 4)
+(12577,0x00,3,0x00000000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0); -- Arcane Concentration (Rank 5)