From 9050ddccecedc821394da9ea4d208afe36d30830 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:45:25 -0300 Subject: [PATCH] fix(DB/Creature): Remove disable movement flag from Shadowy Construct (#19402) * fix(DB/Creature): Remove disable movement flag from Shadowy Construct * Update rev_1720962309189833000.sql --- data/sql/updates/pending_db_world/rev_1720962309189833000.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1720962309189833000.sql diff --git a/data/sql/updates/pending_db_world/rev_1720962309189833000.sql b/data/sql/updates/pending_db_world/rev_1720962309189833000.sql new file mode 100644 index 000000000..a2beffb4a --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1720962309189833000.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ 4 WHERE `entry` = 23111;