From 138fc875f62ddae043631a0ac1f990a76d3e070a Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sat, 3 Sep 2022 23:15:59 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/Creatures):=20General=20Rajaxx=20Andorov?= =?UTF-8?q?=20and=20Kaldorei=20Elites=20should=20=E2=80=A6=20(#12948)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Creatures): General Rajaxx Andorov and Kaldorei Elites should be healable. Fixes #12903 --- data/sql/updates/pending_db_world/rev_1662195234626911300.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1662195234626911300.sql diff --git a/data/sql/updates/pending_db_world/rev_1662195234626911300.sql b/data/sql/updates/pending_db_world/rev_1662195234626911300.sql new file mode 100644 index 000000000..923619788 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1662195234626911300.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `type_flags`=`type_flags`|0x00001000 WHERE `entry` IN (15471,15473);