aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_02_07_02_world.sql3
1 files changed, 3 insertions, 0 deletions
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 00000000000..d6fd0892a5a
--- /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);