diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_05_06_02_spell_proc_event.sql | 5 | ||||
| -rw-r--r-- | sql/updates/world/2011_05_06_03_spell_bonus_data.sql | 5 | ||||
| -rw-r--r-- | sql/updates/world/2011_05_06_04_spell_bonus_data.sql | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sql/updates/world/2011_05_06_02_spell_proc_event.sql b/sql/updates/world/2011_05_06_02_spell_proc_event.sql index 5f8ecf6d7fb..7cdf1d264e5 100644 --- a/sql/updates/world/2011_05_06_02_spell_proc_event.sql +++ b/sql/updates/world/2011_05_06_02_spell_proc_event.sql @@ -1,8 +1,3 @@ --- Procced spell Pillar of Flame should not scale with spellpower -DELETE FROM `spell_bonus_data` WHERE `entry` IN (67760,67714); -INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES -(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'); -- Proc event for item spells DELETE FROM `spell_proc_event` WHERE `entry` IN (67712,67758); INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES diff --git a/sql/updates/world/2011_05_06_03_spell_bonus_data.sql b/sql/updates/world/2011_05_06_03_spell_bonus_data.sql new file mode 100644 index 00000000000..98779bb87f5 --- /dev/null +++ b/sql/updates/world/2011_05_06_03_spell_bonus_data.sql @@ -0,0 +1,5 @@ +-- Procced spell Pillar of Flame should not scale with spellpower +DELETE FROM `spell_bonus_data` WHERE `entry` IN (67760,67714); +INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES +(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');
\ No newline at end of file diff --git a/sql/updates/world/2011_05_06_04_spell_bonus_data.sql b/sql/updates/world/2011_05_06_04_spell_bonus_data.sql new file mode 100644 index 00000000000..1ab23c0e8bd --- /dev/null +++ b/sql/updates/world/2011_05_06_04_spell_bonus_data.sql @@ -0,0 +1,4 @@ +-- Siphon Essence should not scale with spellpower +DELETE FROM `spell_bonus_data` WHERE `entry`=38395; +INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES +(38395,0,0,0,0, 'Warlock - Siphon Essence T6 2P proc'); |
