From b4b84d6f320457f630dfe3cdb475814c3eabf942 Mon Sep 17 00:00:00 2001 From: Alastro-Kraken Date: Sun, 13 Feb 2022 19:59:00 +0200 Subject: DB/Gossip: fix gossip text for NPC Alanndarian Nightsong Closes #27760 (cherry picked from commit 68920fabdf955bab043d95c7c181651ac9b192ad) --- sql/updates/world/master/2022_03_26_05_world_2022_02_13_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2022_03_26_05_world_2022_02_13_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_26_05_world_2022_02_13_01_world.sql b/sql/updates/world/master/2022_03_26_05_world_2022_02_13_01_world.sql new file mode 100644 index 00000000000..5e8eba143db --- /dev/null +++ b/sql/updates/world/master/2022_03_26_05_world_2022_02_13_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `gossip_menu_id`=361 WHERE `entry`=3702; +UPDATE `gossip_menu` SET `VerifiedBuild`=42083 WHERE `MenuID`=361; -- cgit v1.2.3