diff options
| author | Ramus <nikson.91@mail.ru> | 2011-03-19 13:23:31 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-03-19 13:23:31 +0100 |
| commit | 7d0b5bfff98928495a5eaa9edcf9494327b8e269 (patch) | |
| tree | d206f889cd2fd6213fd29c134adcc7df1768dedf /sql/base | |
| parent | b496d8af3db86ebb922c8643c5464f2486f854a0 (diff) | |
Core/Spells: Arcane Concentration should proc only from mage spell casts
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/world_database.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 6b362309d14..caea467b71d 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -18380,6 +18380,11 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam ( 11180, 0x10, 3, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Winter's Chill (Rank 1) ( 11185, 0x00, 3, 0x00000080, 0x00000000, 0x00000000, 0x00050000, 0x00000000, 0, 0, 0), -- Improved Blizzard (Rank 1) ( 11255, 0x00, 3, 0x00004000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Improved Counterspell (Rank 1) +( 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) ( 12169, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000040, 0, 0, 0), -- Shield Block ( 12289, 0x00, 4, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Improved Hamstring (Rank 1) ( 12298, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000070, 0, 0, 0), -- Shield Specialization (Rank 1) |
