DB/Quest: update NPC name in Progress text for "Return to Witch Doctor Uzer'i"

closes #29752 by Legoso
This commit is contained in:
Aokromes
2024-02-25 07:46:07 +01:00
committed by GitHub
parent 9f8d680cb1
commit 42b099bd05

View File

@@ -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;