aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/base/world_database.sql3
-rw-r--r--sql/updates/2011_01_08_0_world_spell_script_names.sql5
2 files changed, 8 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql
index 98c75052c89..270b8ae0262 100644
--- a/sql/base/world_database.sql
+++ b/sql/base/world_database.sql
@@ -26896,6 +26896,9 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
-- Ulduar
( 62717, 'spell_ignis_slag_pot'),
( 63477, 'spell_ignis_slag_pot'),
+( 62521, 'spell_attuned_to_nature_dose_reduction'),
+( 62524, 'spell_attuned_to_nature_dose_reduction'),
+( 62525, 'spell_attuned_to_nature_dose_reduction'),
-- quest
( 8913, 'spell_q55_sacred_cleansing'),
( 17271, 'spell_q5206_test_fetid_skull'),
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');