From 56d8899bd167f85b62c42b8e8fcd6d7d483e7849 Mon Sep 17 00:00:00 2001 From: Eddy Vega <61223313+Si1ker@users.noreply.github.com> Date: Mon, 1 Aug 2022 14:43:20 -0600 Subject: [PATCH] fix(DB/Creature): Make Nefarian's Troops invisible (#12572) --- data/sql/updates/pending_db_world/rev_1659015925728207500.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1659015925728207500.sql diff --git a/data/sql/updates/pending_db_world/rev_1659015925728207500.sql b/data/sql/updates/pending_db_world/rev_1659015925728207500.sql new file mode 100644 index 000000000..42a332459 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1659015925728207500.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|33554432 WHERE `entry`=14459; +