DB/Quests: add missing progress text to 'Bandages for the Field'

- Silithus / Cenarion Circle repeatable quests (Field Duty)
- 'Bandages for the Field' progress text (quest_request_items):
  "You have something for me, <name>?", requesting 4 quest items.
This commit is contained in:
tkrokli
2017-07-28 10:31:00 +02:00
parent 508c9d2fc1
commit 9cbacb56da

View File

@@ -0,0 +1,2 @@
-- insert missing Progress text for the 2 quests "Bandages for the Field" (8496,8810)
UPDATE `quest_request_items` SET `CompletionText`= 'You have something for me, $N?$b$b' WHERE `ID` IN (8496,8810);