diff options
| author | Killyana <morphone1@gmail.com> | 2020-04-12 18:11:16 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-04-12 18:11:16 +0200 |
| commit | 2aa32d3beb3340370be71020bf99110c5bb7a484 (patch) | |
| tree | 2b58998c2c472a42fa932b48cfb91a7e0ebed203 | |
| parent | 862097a63351e957fd4aa6cb82fe7d9edf4d3926 (diff) | |
DB/Creature: Fel Orc Neophyte
Add immune to pc/npc for cosmetic spawns to avoid accident aggro
| -rw-r--r-- | sql/updates/world/3.3.5/2020_04_12_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_12_00_world.sql b/sql/updates/world/3.3.5/2020_04_12_00_world.sql new file mode 100644 index 00000000000..e416770a164 --- /dev/null +++ b/sql/updates/world/3.3.5/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); |
