aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-09-17 14:15:37 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-28 20:41:40 +0100
commit8ad043ba692ad4cfaca24fb086053ae046467b4e (patch)
tree64757dc7b1adf6d5119f40b1a8c1d7d388dd683c
parente4e1f4152f88a4d542cbcb38bed9a10f9c8f3f7b (diff)
DB/Creature: Add missing IMMUNE_TO_NPC to Dahlia Suntouch.
(cherry picked from commit 8389991275c209bff6bca9e0c2b37536036c9287)
-rw-r--r--sql/updates/world/master/2017_02_28_12_world_2016_09_17_00_world.sql2
1 files changed, 2 insertions, 0 deletions
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;