aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2013_07_24_02_world_spell_script_names_434.sql1
-rw-r--r--sql/updates/world/2013_07_24_03_world_creature_template_434.sql1
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_24_02_world_spell_script_names_434.sql b/sql/updates/world/2013_07_24_02_world_spell_script_names_434.sql
new file mode 100644
index 00000000000..d03b8292491
--- /dev/null
+++ b/sql/updates/world/2013_07_24_02_world_spell_script_names_434.sql
@@ -0,0 +1 @@
+UPDATE `spell_script_names` SET `spell_id`=633 WHERE `ScriptName`='spell_pal_lay_on_hands';
diff --git a/sql/updates/world/2013_07_24_03_world_creature_template_434.sql b/sql/updates/world/2013_07_24_03_world_creature_template_434.sql
new file mode 100644
index 00000000000..c31e5f4a30e
--- /dev/null
+++ b/sql/updates/world/2013_07_24_03_world_creature_template_434.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `mechanic_immune_mask` = 32,`flags_extra` = 0x40000,`ScriptName` = 'npc_training_dummy' WHERE `name` LIKE '%Training Dummy%' AND `ScriptName` != 'npc_training_dummy';