diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-09-10 03:24:35 +0200 |
---|---|---|
committer | SnapperRy <snapperryen@gmail.com> | 2016-09-10 03:24:35 +0200 |
commit | 1f36b6957b05f21468bc8c86044e438093551416 (patch) | |
tree | 7efee8fbf411303db98b13890be3c2adc9c465e9 | |
parent | c96fa033db23299f60c4e15e2f5f3a3eef507d5b (diff) |
DB/Quest: add completion text for "Learning the Language".
-rw-r--r-- | sql/updates/world/3.3.5/2016_09_10_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_10_03_world.sql b/sql/updates/world/3.3.5/2016_09_10_03_world.sql new file mode 100644 index 00000000000..fe9b044458d --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_10_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_request_items` SET `CompletionText`="You can hear a low-pitched hum emanating from the totem." WHERE `ID`=9538; |