From 6c5e460e73864f9a36bc7cc54783a58c21ab6dca Mon Sep 17 00:00:00 2001 From: mpfans Date: Mon, 27 Jun 2022 17:15:17 +0800 Subject: [PATCH] fix(DB/Quest): Strengthen the Ancients (#12125) Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com> --- data/sql/updates/pending_db_world/rev_1655718205934882580.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1655718205934882580.sql diff --git a/data/sql/updates/pending_db_world/rev_1655718205934882580.sql b/data/sql/updates/pending_db_world/rev_1655718205934882580.sql new file mode 100644 index 000000000..c19a27237 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1655718205934882580.sql @@ -0,0 +1,2 @@ +-- fix Woodlands Walker gossip +UPDATE `creature_template` SET `npcflag`=`npcflag` |1 WHERE `entry` = 26421;