aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2024-10-18 11:44:04 +0200
committerOvahlord <dreadkiller@gmx.de>2024-10-19 13:34:21 +0200
commita0d9398ab5a61734e6dc938f1bc1d5c6e91d25fd (patch)
treefa6d25719ad20b4b64b9fc10a7122d295c3205a9
parenta7e1de284ea90b2f3c233971906480849c2b97e6 (diff)
DB/Creature: Added ImmunePC/NPC to feign deathed creatures without aura
(cherry picked from commit cf967a9d1bd6550971e5cd806d00aab8adb9800a) # Conflicts: # sql/updates/world/cata_classic/2024_10_18_00_world.sql
-rw-r--r--sql/updates/world/cata_classic/2024_10_18_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2024_10_18_00_world.sql b/sql/updates/world/cata_classic/2024_10_18_00_world.sql
new file mode 100644
index 00000000000..55b22fb9acc
--- /dev/null
+++ b/sql/updates/world/cata_classic/2024_10_18_00_world.sql
@@ -0,0 +1 @@
+UPDATE `creature` SET `unit_flags`=COALESCE(`unit_flags`, 0) | 0x00000100 | 0x00000200 WHERE `guid` IN(10001048, 10001049, 10001050, 10001051, 10001052, 10001053, 10001056, 10001057, 10001058, 10001059, 10001060, 10001062, 10001064, 10001065, 10002140, 10002142, 10002152, 10002156, 10002171, 10002176, 10002180);