aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorRetriman <nicolas_katre@hotmail.com>2012-10-04 23:30:29 -0400
committerRetriman <nicolas_katre@hotmail.com>2012-10-04 23:30:29 -0400
commit626aa925140c22634a2280324eb946ccf9fadac7 (patch)
tree602de60dd1018eb38e1a0a05e372cc293614ae64 /sql
parent990bef2bfff22cafd223141dae8b407bb9a6b48d (diff)
Core/Script: Dungeon Ahnkahet Boss Elder Nadox.
*Convert creatureScript to BossAI. *Move heroic spell to SpellDifficulty. *Add SpellScript Aura Elder Nadox. *Fix Despawn Summon. *Fix Timers whith dbm addon. **And other bugs related in issues TC
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_10_xx_xx_world_spell_difficulty.sql4
-rw-r--r--sql/updates/world/2012_10_xx_xx_world_spell_script_names.sql4
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');