From e72b380b9374c92e5688002bf3a15065419a2ea0 Mon Sep 17 00:00:00 2001 From: xinef1 Date: Mon, 27 Mar 2017 06:41:53 +0200 Subject: Added new creature extra flag which makes npc visible only to dead units closes #19333 * Rename 9999_99_99_99_world.sql to 2017_99_99_99_world_335.sql - file affects creature removed in patch 4.0.3a * Update Creature.cpp --- sql/updates/world/3.3.5/2017_99_99_99_world_335.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create 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_99_99_99_world_335.sql b/sql/updates/world/3.3.5/2017_99_99_99_world_335.sql new file mode 100644 index 00000000000..3d941c56bd0 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_99_99_99_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; -- cgit v1.2.3