mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 06:37:12 +01:00
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:
2
sql/updates/world/3.3.5/2017_07_28_00_world_335.sql
Normal file
2
sql/updates/world/3.3.5/2017_07_28_00_world_335.sql
Normal 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);
|
||||
Reference in New Issue
Block a user