aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-08-05 01:11:20 +0300
committerShauren <shauren.trinity@gmail.com>2022-03-11 23:48:04 +0100
commitf44251d0b0caa2d872e4f121ef413e6fdfa1e0b3 (patch)
tree1b35d75fd89c8c62ae95bef45bdca7669b39cd3d
parentce87adc991de73a2d7be1625bd2b1061a7914221 (diff)
DB/Creature: Make the roach spawned in Maraudon immune to PC\NPC
One of kind (cherry picked from commit 37f73a6e2b93305493fe80b4df0a54a2a45d6cf2)
-rw-r--r--sql/updates/world/master/2022_03_11_39_world_2021_08_05_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_11_39_world_2021_08_05_02_world.sql b/sql/updates/world/master/2022_03_11_39_world_2021_08_05_02_world.sql
new file mode 100644
index 00000000000..0b0d4d84c9f
--- /dev/null
+++ b/sql/updates/world/master/2022_03_11_39_world_2021_08_05_02_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature` SET `unit_flags` = 768 WHERE `id` = 4076 AND `guid` = 54125;