diff options
-rw-r--r-- | sql/updates/world/2013_02_19_01_world_creature_template.sql | 2 |
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); |