mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-20 23:01:36 -04:00
Core/Spells: Fix Warlock T6 2p Bonus. Also split last commit into two sqls
This commit is contained in:
@@ -16925,6 +16925,8 @@ INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`a
|
||||
(53352, -1, -1, 0.14, -1, 'Hunter - Explosive Shot (triggered)'),
|
||||
(55039, 0, 0, 0, 0, 'Item - Gnomish Lightning Generator'),
|
||||
(40293, 0, 0, 0, 0, 'Item - Siphon Essence'),
|
||||
(67760, 0, 0, 0, 0, 'Item - Coliseum 25 Heroic Caster Trinket - Pillar of Flame'),
|
||||
(67714, 0, 0, 0, 0, 'Item - Coliseum 25 Normal Caster Trinket - Pillar of Flame'),
|
||||
(44425, 0.7143, -1, -1, -1, 'Mage - Arcane Barrage'),
|
||||
(30451, 0.7143, -1, -1, -1, 'Mage - Arcane Blast'),
|
||||
(1449, 0.2128, -1, -1, -1, 'Mage - Arcane Explosion'),
|
||||
@@ -17140,6 +17142,7 @@ INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`a
|
||||
(61291, 0.1064, 0.0667, -1, -1, 'Warlock - Shadowflame Rank 2'),
|
||||
(30283, 0.1932, -1, -1, -1, 'Warlock - Shadowfury'),
|
||||
(63106, 0, 0, 0, 0, 'Warlock - Siphon Life Triggered'),
|
||||
(38395, 0 ,0, 0, 0, 'Warlock - Siphon Essence T6 2P proc'),
|
||||
(6353, 1.15, -1, -1, -1, 'Warlock - Soul Fire'),
|
||||
(30294, 0, 0, 0, 0, 'Warlock - Soul Leech'),
|
||||
(30108, -1, 0.2, -1, -1, 'Warlock - Unstable Affliction'),
|
||||
@@ -19389,8 +19392,8 @@ INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFam
|
||||
( 63320, 0x00, 5, 0x80040000, 0x00000000, 0x00008000, 0x00000400, 0x00000000, 0, 0, 0), -- Glyph of Life Tap
|
||||
( 64955, 0x00, 10, 0x00000000, 0x00000040, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Paladin T8 Protection Relic
|
||||
( 67115, 0x00, 15, 0x01400000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Item - Death Knight T9 Melee 2P Bonus
|
||||
( 67712, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00011000, 0x0000002, 0, 0, 2), -- Item - Coliseum 25 Normal Caster Trinket - Pillar of Flame
|
||||
( 67758, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00011000, 0x0000002, 0, 0, 2), -- Item - Coliseum 25 Heroic Caster Trinket - Pillar of Flame
|
||||
( 67712, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00011000, 0x00000002, 0, 0, 2), -- Item - Coliseum 25 Normal Caster Trinket - Pillar of Flame
|
||||
( 67758, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00011000, 0x00000002, 0, 0, 2), -- Item - Coliseum 25 Heroic Caster Trinket - Pillar of Flame
|
||||
( 67356, 0x08, 7, 0x00000010, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Item - Druid T9 Restoration Relic (Rejuvenation)
|
||||
( 67361, 0x00, 7, 0x00000002, 0x00000000, 0x00000000, 0x00040000, 0x00000000, 0, 0, 0), -- Item - Druid T9 Balance Relic (Moonfire)
|
||||
( 67363, 0x00, 10, 0x00000000, 0x80000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 10), -- Item - Paladin T9 Holy Relic (Judgement)
|
||||
|
||||
Reference in New Issue
Block a user