From 3b541f28116ece14e0f368c2e281fe03877ad091 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sat, 1 Oct 2022 22:35:53 +0200 Subject: [PATCH] =?UTF-8?q?fix(DB/Temple=20of=20AhnQiraj):=20Added=20`GROU?= =?UTF-8?q?P=5FAI=5FFLAG=5FRESPAWN=5FON=5FEVADE`=20to=E2=80=A6=20(#13188)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(DB/Temple of AhnQiraj): Added `GROUP_AI_FLAG_RESPAWN_ON_EVADE` to Qiraji Champion packs. Fixes #13100 --- data/sql/updates/pending_db_world/rev_1664636151093965100.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1664636151093965100.sql diff --git a/data/sql/updates/pending_db_world/rev_1664636151093965100.sql b/data/sql/updates/pending_db_world/rev_1664636151093965100.sql new file mode 100644 index 000000000..057a53a5b --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1664636151093965100.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_formations` SET `groupAI`=`groupAI`|0x008 WHERE `leaderguid` BETWEEN 88000 AND 88007;