From fe6695095717d768e09c49066f41c0a9de1be7bd Mon Sep 17 00:00:00 2001 From: wowquester <138876396+wowquester@users.noreply.github.com> Date: Sun, 9 Jul 2023 17:12:17 +0200 Subject: [PATCH] fix(DB/Text): Darnassus Sentinels' incorrect gossip texts (#16714) * Create fix4262gossip.sql This is the fix for Darnassus Sentinels' incorrect gossip texts. * Update fix4262gossip.sql --- data/sql/updates/pending_db_world/fix4262gossip.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/fix4262gossip.sql diff --git a/data/sql/updates/pending_db_world/fix4262gossip.sql b/data/sql/updates/pending_db_world/fix4262gossip.sql new file mode 100644 index 000000000..167682104 --- /dev/null +++ b/data/sql/updates/pending_db_world/fix4262gossip.sql @@ -0,0 +1 @@ +UPDATE `npc_text` SET `BroadcastTextID0` = 0 WHERE `ID` = 15906 AND `BroadcastTextID0` = 40591; -- Unlink incorrect broadcast text