From 35042734d6275cb7738d7621a08d282154dca74d Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:16:07 -0400 Subject: [PATCH] fix(DB/Creature): Add proper unit flags to Phantom Leotheras. (#20049) Init. --- data/sql/updates/pending_db_world/phantom-leotheras-flags.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/phantom-leotheras-flags.sql diff --git a/data/sql/updates/pending_db_world/phantom-leotheras-flags.sql b/data/sql/updates/pending_db_world/phantom-leotheras-flags.sql new file mode 100644 index 000000000..dabf0b2a9 --- /dev/null +++ b/data/sql/updates/pending_db_world/phantom-leotheras-flags.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `unit_flags` = `unit_flags`|33554432|32768|512|256 WHERE `entry` = 21812;