From 4dae63d16aacfa73cb33220a25e665297529a632 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 12 Apr 2020 18:11:16 +0200 Subject: DB/Creature: Fel Orc Neophyte Add immune to pc/npc for cosmetic spawns to avoid accident aggro (cherry picked from commit 2aa32d3beb3340370be71020bf99110c5bb7a484) --- sql/updates/world/master/2022_01_01_09_world_2020_04_12_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_01_01_09_world_2020_04_12_00_world.sql (limited to 'sql') 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); -- cgit v1.2.3