From 8ad043ba692ad4cfaca24fb086053ae046467b4e Mon Sep 17 00:00:00 2001 From: treeston Date: Sat, 17 Sep 2016 14:15:37 +0200 Subject: DB/Creature: Add missing IMMUNE_TO_NPC to Dahlia Suntouch. (cherry picked from commit 8389991275c209bff6bca9e0c2b37536036c9287) --- sql/updates/world/master/2017_02_28_12_world_2016_09_17_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_02_28_12_world_2016_09_17_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_28_12_world_2016_09_17_00_world.sql b/sql/updates/world/master/2017_02_28_12_world_2016_09_17_00_world.sql new file mode 100644 index 00000000000..105576bd492 --- /dev/null +++ b/sql/updates/world/master/2017_02_28_12_world_2016_09_17_00_world.sql @@ -0,0 +1,2 @@ +-- "Remnant of Dahlia Suntouch" should be NPC immune +UPDATE `creature_template` SET `unit_flags`=(`unit_flags`|0x200) WHERE `entry`=27683; -- cgit v1.2.3