diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/3233_world_scripts_naxx.sql | 15 | ||||
| -rw-r--r-- | sql/updates/3394_world_spell_bonus_data.sql (renamed from sql/updates/3391_world_spell_bonus_data.sql) | 2 |
2 files changed, 15 insertions, 2 deletions
diff --git a/sql/updates/3233_world_scripts_naxx.sql b/sql/updates/3233_world_scripts_naxx.sql index c809c5b280c..230ca99b867 100644 --- a/sql/updates/3233_world_scripts_naxx.sql +++ b/sql/updates/3233_world_scripts_naxx.sql @@ -5,7 +5,20 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm (-29865, 55594, 0, 'Deathbloom'), (-55053, 55601, 0, 'Deathbloom (H)'), (-28169, 28206, 0, 'Mutating Injection - Mutagen Explosion'), -(-28169, 28240, 0, 'Mutating Injection - Poison Cloud'); +(-28169, 28240, 0, 'Mutating Injection - Poison Cloud'), +( 28059,-28084, 1, 'Positive Charge - Negative Charge'), +( 39088,-39091, 1, 'Positive Charge - Negative Charge'), +(-28059,-29659, 0, 'Positive Charge'), +(-39088,-29659, 0, 'Positive Charge'), +( 28062,-29659, 0, 'Positive Charge'), +( 39090,-29659, 0, 'Positive Charge'), +( 28084,-28059, 1, 'Negative Charge - Positive Charge'), +( 39091,-39088, 1, 'Negative Charge - Positive Charge'), +(-28084,-29660, 0, 'Negative Charge'), +(-39091,-29660, 0, 'Negative Charge'), +( 28085,-29660, 0, 'Negative Charge'), +( 39093,-29660, 0, 'Negative Charge'); + UPDATE creature_template SET scriptname = 'boss_grobbulus' WHERE entry = 15931; update creature_template set scriptname='mob_gothik_minion' where entry in (16124,16125,16126,16127,16148,16149,16150); diff --git a/sql/updates/3391_world_spell_bonus_data.sql b/sql/updates/3394_world_spell_bonus_data.sql index aa876760aee..d960ae5ca06 100644 --- a/sql/updates/3391_world_spell_bonus_data.sql +++ b/sql/updates/3394_world_spell_bonus_data.sql @@ -1,4 +1,4 @@ -DELETE FROM `spell_bonus_data` WHERE `entry` IN (50288,50294,53191,53188,53194,53189,53195,53190); +DELETE FROM `spell_bonus_data` WHERE `entry` IN (48505,50288,50294,53191,53188,53194,53189,53195,53190); INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `comments`) VALUES (50288, 0.05, 0, 0, 'Druid - Starfall rank 1'), (50294, 0.012, 0, 0, 'Druid - Starfall AOE rank 1'), |
