From 05cbe86455e34b9c8039f692dfa43c6801e3e6de Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 27 Mar 2017 06:48:21 +0200 Subject: Rename 2017_99_99_99_world_335.sql to 2017_03_27_00_world_335.sql --- sql/updates/world/3.3.5/2017_03_27_00_world_335.sql | 11 +++++++++++ sql/updates/world/3.3.5/2017_99_99_99_world_335.sql | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 sql/updates/world/3.3.5/2017_03_27_00_world_335.sql delete mode 100644 sql/updates/world/3.3.5/2017_99_99_99_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_03_27_00_world_335.sql b/sql/updates/world/3.3.5/2017_03_27_00_world_335.sql new file mode 100644 index 00000000000..3d941c56bd0 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_03_27_00_world_335.sql @@ -0,0 +1,11 @@ + +-- Franclorn Forgewright +SET @ENTRY := 8888; +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x400 WHERE `entry`=@ENTRY; + +-- Gaeriyan +SET @ENTRY := 9299; +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x400 WHERE `entry`=@ENTRY; + +-- Shroud of Death Spell +DELETE FROM `spell_script_names` WHERE spell_id=10848; diff --git a/sql/updates/world/3.3.5/2017_99_99_99_world_335.sql b/sql/updates/world/3.3.5/2017_99_99_99_world_335.sql deleted file mode 100644 index 3d941c56bd0..00000000000 --- a/sql/updates/world/3.3.5/2017_99_99_99_world_335.sql +++ /dev/null @@ -1,11 +0,0 @@ - --- Franclorn Forgewright -SET @ENTRY := 8888; -UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x400 WHERE `entry`=@ENTRY; - --- Gaeriyan -SET @ENTRY := 9299; -UPDATE `creature_template` SET `flags_extra`=`flags_extra`|0x400 WHERE `entry`=@ENTRY; - --- Shroud of Death Spell -DELETE FROM `spell_script_names` WHERE spell_id=10848; -- cgit v1.2.3