From 05361d021d65ee7f977ed0db377dcf1a877de04c Mon Sep 17 00:00:00 2001 From: Dan <83884799+elthehablo@users.noreply.github.com> Date: Mon, 16 Oct 2023 14:41:00 +0200 Subject: [PATCH] fix(DB/Creature): Make Hydross the Unstable immune to taunt (#17514) initial --- data/sql/updates/pending_db_world/hydross-taunt.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/hydross-taunt.sql diff --git a/data/sql/updates/pending_db_world/hydross-taunt.sql b/data/sql/updates/pending_db_world/hydross-taunt.sql new file mode 100644 index 000000000..e817e4aca --- /dev/null +++ b/data/sql/updates/pending_db_world/hydross-taunt.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `flags_extra` = `flags_extra`|256 WHERE `entry` = 21216;