From 42b099bd050ca9259bede95ae4117243e680fcee Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 25 Feb 2024 07:46:07 +0100 Subject: DB/Quest: update NPC name in Progress text for "Return to Witch Doctor Uzer'i" closes #29752 by Legoso --- sql/updates/world/3.3.5/2024_02_25_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_02_25_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2024_02_25_02_world.sql b/sql/updates/world/3.3.5/2024_02_25_02_world.sql new file mode 100644 index 00000000000..0f454ae0981 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_02_25_02_world.sql @@ -0,0 +1,2 @@ +-- Quest 3122 "Return to Witch Doctor Uzer'i" +UPDATE `quest_request_items` SET `CompletionText`= "Have you spoken to Xerash?" WHERE `ID` = 3122; -- cgit v1.2.3