From e7a5c7e69b6e11a01130143962f0b5701a806d14 Mon Sep 17 00:00:00 2001 From: Exodius Date: Tue, 19 Feb 2013 21:23:00 +0100 Subject: DB/Creature: Set Triggerflags & behaviour to triggerNPC Closes #8950 --- sql/updates/world/2013_02_19_01_world_creature_template.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2013_02_19_01_world_creature_template.sql (limited to 'sql') diff --git a/sql/updates/world/2013_02_19_01_world_creature_template.sql b/sql/updates/world/2013_02_19_01_world_creature_template.sql new file mode 100644 index 00000000000..ba7c6bf132a --- /dev/null +++ b/sql/updates/world/2013_02_19_01_world_creature_template.sql @@ -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); -- cgit v1.2.3