diff options
author | tkrokli <tkrokli@users.noreply.github.com> | 2017-07-28 10:31:00 +0200 |
---|---|---|
committer | tkrokli <tkrokli@users.noreply.github.com> | 2017-07-28 18:45:23 +0200 |
commit | 9cbacb56da20b4242d6acd65c4a1babfec4e8158 (patch) | |
tree | a9790356abedd1ee748cb4baaed09579e420fe7b | |
parent | 508c9d2fc1b20dc2cb40df533e823e1dfe2becc3 (diff) |
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.
-rw-r--r-- | sql/updates/world/3.3.5/2017_07_28_00_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_07_28_00_world_335.sql b/sql/updates/world/3.3.5/2017_07_28_00_world_335.sql new file mode 100644 index 00000000000..49f969c27f0 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_07_28_00_world_335.sql @@ -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); |