DB/Creature: Add missing IMMUNE_TO_NPC to Dahlia Suntouch.

(cherry picked from commit 8389991275)
This commit is contained in:
treeston
2016-09-17 14:15:37 +02:00
committed by joschiwald
parent e4e1f4152f
commit 8ad043ba69

View File

@@ -0,0 +1,2 @@
-- "Remnant of Dahlia Suntouch" should be NPC immune
UPDATE `creature_template` SET `unit_flags`=(`unit_flags`|0x200) WHERE `entry`=27683;