From 32ec57ee2d2d6f42dac18f008a30b746c85087dc Mon Sep 17 00:00:00 2001 From: ZhengPeiRu21 <98835050+ZhengPeiRu21@users.noreply.github.com> Date: Thu, 3 Feb 2022 11:53:25 -0700 Subject: [PATCH] fix(DB/creature_template): Trial of the Champions Gossip Menu (#10487) * fix(DB/creature_template): Trial of the Champions Gossip Menu * fix(DB/creature_template): Trial of the Champions Gossip Menu --- data/sql/updates/pending_db_world/rev_1643753841347676600.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1643753841347676600.sql diff --git a/data/sql/updates/pending_db_world/rev_1643753841347676600.sql b/data/sql/updates/pending_db_world/rev_1643753841347676600.sql new file mode 100644 index 000000000..20cea772b --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1643753841347676600.sql @@ -0,0 +1,2 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1643753841347676600'); +UPDATE `creature_template` SET `gossip_menu_id`=10614, `npcflag`=1 WHERE `entry` IN (35004, 35005);