aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_02_05_00_world.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_02_05_00_world.sql b/sql/updates/world/3.3.5/2017_02_05_00_world.sql
new file mode 100644
index 00000000000..bc4e3f60759
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_02_05_00_world.sql
@@ -0,0 +1,13 @@
+
+-- Franclorn Forgewright
+SET @ENTRY := 8888;
+UPDATE `creature_template` SET `npcflag`=`npcflag`&~0x8000 WHERE `entry`=@ENTRY;
+
+-- Gaeriyan
+SET @ENTRY := 9299;
+UPDATE `creature_template` SET `npcflag`=`npcflag`&~0x8000 WHERE `entry`=@ENTRY;
+UPDATE `creature_template_addon` SET `auras`='10848' WHERE `entry`=@ENTRY;
+
+-- Shroud of Death Spell
+DELETE FROM `spell_script_names` WHERE spell_id=10848;
+INSERT INTO `spell_script_names` VALUES(10848, 'spell_gen_shroud_of_death');