aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMachiavelli <none@none>2010-12-22 17:40:12 +0100
committerMachiavelli <none@none>2010-12-22 17:40:12 +0100
commitd9ba90d2775c9cced456a3ac9247a8a3f6bc442f (patch)
tree86e224d0b8ac7186a1ab2071523f053664c95712 /sql/updates
parent80a5cda77f360632baef0f99f317bc186566214c (diff)
Scripts/Ulduar:
- Fix Rune of Summoning + use correct spell for Lightning Elemental passive + fix a crash - Fix Rune of Power - thanks to Shauren for spell target help (see DB data) ** Note: Aura system bug causes Rune of Power aura to be reapplied every 0.5 second - Prevent engaging bosses one by one - Respawn bosses if encounter failed - Fix supercharge appliance and stacking - Add a few missing changes to instance data saving fix from a85e26e211 - Cleanup --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/10765_world_scriptname.sql1
-rw-r--r--sql/updates/10765_world_spell_dbc.sql1
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/10765_world_scriptname.sql b/sql/updates/10765_world_scriptname.sql
new file mode 100644
index 00000000000..0c100dea663
--- /dev/null
+++ b/sql/updates/10765_world_scriptname.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `ScriptName`= 'mob_rune_of_power' WHERE entry = 33705;
diff --git a/sql/updates/10765_world_spell_dbc.sql b/sql/updates/10765_world_spell_dbc.sql
new file mode 100644
index 00000000000..2932acedb8f
--- /dev/null
+++ b/sql/updates/10765_world_spell_dbc.sql
@@ -0,0 +1 @@
+INSERT INTO spell_dbc (`Id`, `Effect1`, `Comment`) VALUES (3617, 1, 'NPC 32958 suicide spell');