diff options
author | offl <offl@users.noreply.github.com> | 2021-08-05 01:11:20 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-08-05 01:11:20 +0300 |
commit | 37f73a6e2b93305493fe80b4df0a54a2a45d6cf2 (patch) | |
tree | 5e6a7f2cb07064a200a10630623166f96f6f8fe5 | |
parent | d058c8b98089af176cb04fb944cf1ce8b301bb78 (diff) |
DB/Creature: Make the roach spawned in Maraudon immune to PC\NPC
One of kind
-rw-r--r-- | sql/updates/world/3.3.5/2021_08_05_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_08_05_02_world.sql b/sql/updates/world/3.3.5/2021_08_05_02_world.sql new file mode 100644 index 00000000000..0b0d4d84c9f --- /dev/null +++ b/sql/updates/world/3.3.5/2021_08_05_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `unit_flags` = 768 WHERE `id` = 4076 AND `guid` = 54125; |