From 5eedd803ada261119e741f87c5c369e5e6f400e0 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Sun, 11 Jun 2023 10:50:03 -0300 Subject: [PATCH] fix(DB/Creature): Reanimated Bones pulling too much (#16498) Create rev_1686176056653005100.sql --- data/sql/updates/pending_db_world/rev_1686176056653005100.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1686176056653005100.sql diff --git a/data/sql/updates/pending_db_world/rev_1686176056653005100.sql b/data/sql/updates/pending_db_world/rev_1686176056653005100.sql new file mode 100644 index 000000000..e6f414f0d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1686176056653005100.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra` = `flags_extra`|33554432 WHERE (`entry` = 20317);