aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorLopin <none@none>2011-01-08 21:44:29 +0100
committerMachiavelli <machiavelli.trinity@gmail.com>2011-01-08 21:44:29 +0100
commitef3e0d3477fe4986a9f1d2549ca52645434d215f (patch)
tree038309bbaab99f785439e42ac16b8c7ba4624d49 /sql/updates
parent58f795d171e1a15aec6c7c8f619a741d623e4d52 (diff)
Scripts/Ulduar: Spell script for spells 62524,62525,62521 (Freya encounter)
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/2011_01_08_0_world_spell_script_names.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/2011_01_08_0_world_spell_script_names.sql b/sql/updates/2011_01_08_0_world_spell_script_names.sql
new file mode 100644
index 00000000000..8d3e7197b48
--- /dev/null
+++ b/sql/updates/2011_01_08_0_world_spell_script_names.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (62521,62524,62525);
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(62521,'spell_attuned_to_nature_dose_reduction'),
+(62524,'spell_attuned_to_nature_dose_reduction'),
+(62525,'spell_attuned_to_nature_dose_reduction');