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;