diff --git a/sql/updates/world/master/2025_02_07_02_world.sql b/sql/updates/world/master/2025_02_07_02_world.sql new file mode 100644 index 0000000000000..d6fd0892a5aa0 --- /dev/null +++ b/sql/updates/world/master/2025_02_07_02_world.sql @@ -0,0 +1,3 @@ +-- Update +UPDATE `creature` SET `unit_flags2`=2048 WHERE `guid` IN (651611,651612,651613,651614,651615,651616,651617,651618,651619); +UPDATE `creature` SET `unit_flags`=`unit_flags` | 0x02000000 WHERE `guid` IN (651611,651612,651613,651614,651615,651616,651617,651618,651619);