diff options
author | Killyana <morphone1@gmail.com> | 2020-04-12 18:11:16 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-01 15:05:39 +0100 |
commit | 4dae63d16aacfa73cb33220a25e665297529a632 (patch) | |
tree | 7a48c58d63d655cffe99ae769ae01f57004070dd | |
parent | 60e66621dae44cb832ebb0bdb5e168f9ab114ecb (diff) |
DB/Creature: Fel Orc Neophyte
Add immune to pc/npc for cosmetic spawns to avoid accident aggro
(cherry picked from commit 2aa32d3beb3340370be71020bf99110c5bb7a484)
-rw-r--r-- | sql/updates/world/master/2022_01_01_09_world_2020_04_12_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_01_09_world_2020_04_12_00_world.sql b/sql/updates/world/master/2022_01_01_09_world_2020_04_12_00_world.sql new file mode 100644 index 00000000000..e416770a164 --- /dev/null +++ b/sql/updates/world/master/2022_01_01_09_world_2020_04_12_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `unit_flags`=`unit_flags`|768 WHERE `guid` IN (99296, 99294, 99295, 99297, 99298, 99301, 99303, 99304, 99359, 99305, 99358, 99302, 100054, 100050, 100052, 99424, 100045, 99870, 100046, 100051, 100053, 99425, 99907, 99858); |