aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVincent-Michael <none@trinitycore.contrib>2011-06-23 21:24:20 +0200
committerLopin <davca.hr@seznam.cz>2011-06-23 21:24:20 +0200
commit36d6ca471115b101ffb62d7cd4b994ba3b6347fd (patch)
tree94e59c1c304cb9a511183cafeab94d01b0b96886 /sql
parent327c5d65bd889b0e44f7630c5d2226b83b63c97a (diff)
Scripts/Ulduar: Fixed Sentinel Blast affecting whole instance and small typo in a script
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_06_23_06_world_spell_script_names.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_23_06_world_spell_script_names.sql b/sql/updates/world/2011_06_23_06_world_spell_script_names.sql
new file mode 100644
index 00000000000..33d20e467c6
--- /dev/null
+++ b/sql/updates/world/2011_06_23_06_world_spell_script_names.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (64679,64392);
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`)
+VALUES
+(64679,'spell_auriaya_sentinel_blast'),
+(64392,'spell_auriaya_sentinel_blast');