diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_10_xx_xx_world_spell_difficulty.sql | 4 | ||||
| -rw-r--r-- | sql/updates/world/2012_10_xx_xx_world_spell_script_names.sql | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2012_10_xx_xx_world_spell_difficulty.sql b/sql/updates/world/2012_10_xx_xx_world_spell_difficulty.sql new file mode 100644 index 00000000000..1dd1a468990 --- /dev/null +++ b/sql/updates/world/2012_10_xx_xx_world_spell_difficulty.sql @@ -0,0 +1,4 @@ +-- Boss Elder Nadox Move Heroic Spell in spelldifficulty +DELETE FROM `spelldifficulty_dbc` WHERE `id` =56130; +INSERT INTO `spelldifficulty_dbc`(`id`,`spellid0`,`spellid1`) VALUES +(56130,56130,59467); -- Brood Plague diff --git a/sql/updates/world/2012_10_xx_xx_world_spell_script_names.sql b/sql/updates/world/2012_10_xx_xx_world_spell_script_names.sql new file mode 100644 index 00000000000..354a359e45b --- /dev/null +++ b/sql/updates/world/2012_10_xx_xx_world_spell_script_names.sql @@ -0,0 +1,4 @@ +-- Boss Elder Nadox Move Heroic Spell Script +DELETE FROM `spell_script_names` WHERE `spell_id`=56153; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(56153, 'spell_elder_nadox_guardian'); |
