diff options
author | ModoX <moardox@gmail.com> | 2024-10-18 11:44:04 +0200 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2024-10-18 11:44:04 +0200 |
commit | cf967a9d1bd6550971e5cd806d00aab8adb9800a (patch) | |
tree | d87d4a26e74cae22306773be57bf82a05b6d12dd /sql | |
parent | 72d952db74d0c4a6e90d7a387774d090eb4a842b (diff) |
DB/Creature: Added ImmunePC/NPC to feign deathed creatures without aura
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2024_10_18_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_10_18_00_world.sql b/sql/updates/world/master/2024_10_18_00_world.sql new file mode 100644 index 00000000000..55b22fb9acc --- /dev/null +++ b/sql/updates/world/master/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); |