From b4b8a7477bcab15cb25a15bd3271279ae3220c94 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Fri, 14 Oct 2016 21:45:51 +0200 Subject: Rename 2016_99_99_99_world.sql to 2016_10_14_05_world.sql --- sql/updates/world/3.3.5/2016_10_14_05_world.sql | 15 +++++++++++++++ sql/updates/world/3.3.5/2016_99_99_99_world.sql | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 sql/updates/world/3.3.5/2016_10_14_05_world.sql delete mode 100644 sql/updates/world/3.3.5/2016_99_99_99_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_10_14_05_world.sql b/sql/updates/world/3.3.5/2016_10_14_05_world.sql new file mode 100644 index 00000000000..e42d5e46ce7 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_14_05_world.sql @@ -0,0 +1,15 @@ +UPDATE `creature_template` SET `unit_flags`=33554432 WHERE `entry`=38222; +UPDATE `creature_template` SET `speed_run`=0.571429 WHERE `entry`=38222; +UPDATE `spell_dbc` SET `DurationIndex`=29, `Effect1`=6, `EffectImplicitTargetA1`=1, `EffectApplyAuraName1`=61, `EffectBasePoints1`=100 WHERE `Id`=71290; + +DELETE FROM `linked_respawn`WHERE `guid`=201129 AND `linkedGuid`=201129; +DELETE FROM `creature_template_addon` WHERE `entry` IN (38009,38010,38136); +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(38009,0,0,0,0,0,71235), +(38010,0,0,0,0,0,'71234 70768'), +(38136,0,0,0,0,0,70901); + +DELETE FROM `spell_script_names` WHERE `ScriptName` IN('spell_deathwhisper_dominated_mind', 'spell_deathwhisper_summon_spirits','spell_cultist_dark_martyrdom'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(71289,'spell_deathwhisper_dominated_mind'), +(72478,'spell_deathwhisper_summon_spirits'); diff --git a/sql/updates/world/3.3.5/2016_99_99_99_world.sql b/sql/updates/world/3.3.5/2016_99_99_99_world.sql deleted file mode 100644 index e42d5e46ce7..00000000000 --- a/sql/updates/world/3.3.5/2016_99_99_99_world.sql +++ /dev/null @@ -1,15 +0,0 @@ -UPDATE `creature_template` SET `unit_flags`=33554432 WHERE `entry`=38222; -UPDATE `creature_template` SET `speed_run`=0.571429 WHERE `entry`=38222; -UPDATE `spell_dbc` SET `DurationIndex`=29, `Effect1`=6, `EffectImplicitTargetA1`=1, `EffectApplyAuraName1`=61, `EffectBasePoints1`=100 WHERE `Id`=71290; - -DELETE FROM `linked_respawn`WHERE `guid`=201129 AND `linkedGuid`=201129; -DELETE FROM `creature_template_addon` WHERE `entry` IN (38009,38010,38136); -INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES -(38009,0,0,0,0,0,71235), -(38010,0,0,0,0,0,'71234 70768'), -(38136,0,0,0,0,0,70901); - -DELETE FROM `spell_script_names` WHERE `ScriptName` IN('spell_deathwhisper_dominated_mind', 'spell_deathwhisper_summon_spirits','spell_cultist_dark_martyrdom'); -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(71289,'spell_deathwhisper_dominated_mind'), -(72478,'spell_deathwhisper_summon_spirits'); -- cgit v1.2.3