diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-24 14:19:31 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-24 14:20:13 +0200 |
commit | 552e70be5a7129296edc97462734e3ed8b72eb6c (patch) | |
tree | fff041fd537c18e0269800864878ed39419386af | |
parent | c56664c5cae4b4ceef2edde85eeb9a57dd82bfaf (diff) |
Creature/Misc: Fix some training dummys for 4.3.4
-rw-r--r-- | sql/updates/world/2013_07_24_02_world_spell_script_names_434.sql | 1 | ||||
-rw-r--r-- | sql/updates/world/2013_07_24_03_world_creature_template_434.sql | 1 |
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'; |