aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExodius <exodius@trinity.contrib>2013-02-19 21:23:00 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2013-02-19 21:23:00 +0100
commite7a5c7e69b6e11a01130143962f0b5701a806d14 (patch)
treebf555a4d84768af7c9689e3c80ff05c8c68f6673
parent5c4d2d3b63d780a78306fcaf27f9bf5338f190ea (diff)
DB/Creature: Set Triggerflags & behaviour to triggerNPC
Closes #8950
-rw-r--r--sql/updates/world/2013_02_19_01_world_creature_template.sql2
1 files changed, 2 insertions, 0 deletions
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);