DB/Creature: Set Triggerflags & behaviour to triggerNPC

Closes #8950
This commit is contained in:
Exodius
2013-02-19 21:23:00 +01:00
committed by ZxBiohazardZx
parent 5c4d2d3b63
commit e7a5c7e69b
@@ -0,0 +1,2 @@
-- Flags 128+2: creature is trigger-NPC (invisible to players only) + creature does not aggro (ignore faction/reputation hostility)
UPDATE `creature_template` SET `flags_extra` = (`flags_extra`|2|128) WHERE `entry` IN (32195,32196,32197,32199);