diff options
author | illfated <illfated@users.noreply.github.com> | 2019-07-22 13:45:24 +0200 |
---|---|---|
committer | Wyrserth <wyrserth@protonmail.com> | 2019-07-22 13:45:24 +0200 |
commit | 9bc8044cb674c40155636da590a7020010a5fd36 (patch) | |
tree | e9a1a7994e076e77b0f2139e42234a1aa4304a4f | |
parent | ef3ee63d880240fcefcac81d0f0f44d854b47625 (diff) |
DB/Quest: fix CompletionText for Call of Earth (Part 2) (Draenei version).
Closes #23623.
-rw-r--r-- | sql/updates/world/3.3.5/2019_07_22_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_22_01_world.sql b/sql/updates/world/3.3.5/2019_07_22_01_world.sql new file mode 100644 index 00000000000..9b9d71acfab --- /dev/null +++ b/sql/updates/world/3.3.5/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; |