aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-11-20 18:58:50 +0100
committerAokromes <Aokromes@users.noreply.github.com>2014-11-20 18:58:50 +0100
commitdd87d7448ed89fe0bdd6dee630e47c33d553e93e (patch)
treee96c15194104b64b531ad96342827f211680259b
parent1dba02cda5f69f96200e9e00135a7324c40b4b11 (diff)
DB/Misc: Fix typo in .titles current helptext
By palimm, closes #13576
-rw-r--r--sql/updates/world/2014_11_20_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_20_03_world.sql b/sql/updates/world/2014_11_20_03_world.sql
new file mode 100644
index 00000000000..eab63880696
--- /dev/null
+++ b/sql/updates/world/2014_11_20_03_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `command` SET `help`='Syntax: .titles current #title\r\nSet title #title (id or shift-link) as current selected title for selected player. If title is not in known title list for player then it will be added to list.' WHERE `name`='titles current';