mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Added ImmunePC/NPC to feign deathed creatures without aura
This commit is contained in:
1
sql/updates/world/master/2024_10_18_00_world.sql
Normal file
1
sql/updates/world/master/2024_10_18_00_world.sql
Normal file
@@ -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);
|
||||
Reference in New Issue
Block a user