diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-10-06 08:42:32 -0700 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-10-06 08:42:32 -0700 |
| commit | 65c6b89d01b1a5675d2c1c0985fa8976c5a39d67 (patch) | |
| tree | bf0e1ec57a251f68eb13956a85cc70df7a3faca9 /sql | |
| parent | 0edd7f4459d8d62a605a7071e9c0b01f94602f9d (diff) | |
| parent | 486cf48dd0293956e13dd60dc0bc64c194a5126b (diff) | |
Merge pull request #7970 from Retriman/DungeonsSII
Core/Script: Dungeon Ahnkahet Boss Elder Nadox.
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'); |
