diff options
| author | illfated <illfated@users.noreply.github.com> | 2019-07-22 13:45:24 +0200 | 
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-17 00:34:27 +0100 | 
| commit | 57e4d7d45ce688aeee17b50d2d56655cced2234f (patch) | |
| tree | 9279dd727d552cb62437c2f6526c2162a7f9caa5 | |
| parent | f3b0325758fee8049b9478498c6ba7744fc07983 (diff) | |
DB/Quest: fix CompletionText for Call of Earth (Part 2) (Draenei version).
Closes #23623.
(cherry picked from commit 9bc8044cb674c40155636da590a7020010a5fd36)
| -rw-r--r-- | sql/updates/world/master/2021_12_16_27_world_2019_07_22_01_world.sql | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_16_27_world_2019_07_22_01_world.sql b/sql/updates/world/master/2021_12_16_27_world_2019_07_22_01_world.sql new file mode 100644 index 00000000000..9b9d71acfab --- /dev/null +++ b/sql/updates/world/master/2021_12_16_27_world_2019_07_22_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_request_items` SET `CompletionText`="The elements still seem out of balance to me, $n." WHERE `ID`=9450;  | 
