aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorxinef1 <w.szyszko2@gmail.com>2017-03-27 06:41:53 +0200
committerfunjoker <funjoker109@gmail.com>2020-04-24 17:18:50 +0200
commit70d5775d3f679e77c2b00418375f180f6209484d (patch)
treed3cff64abfb1242a6f04f110f4167d905ce100c9 /sql
parent5348db220051ac1be497c3eb2d405bb4a39305ed (diff)
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 (cherry picked from commit e72b380b9374c92e5688002bf3a15065419a2ea0)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2020_04_16_06_world_2017_99_99_99_world_335.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_04_16_06_world_2017_99_99_99_world_335.sql b/sql/updates/world/master/2020_04_16_06_world_2017_99_99_99_world_335.sql
new file mode 100644
index 00000000000..ebcafe18e14
--- /dev/null
+++ b/sql/updates/world/master/2020_04_16_06_world_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;