diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-11-20 18:58:50 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-11-20 18:58:50 +0100 |
commit | dd87d7448ed89fe0bdd6dee630e47c33d553e93e (patch) | |
tree | e96c15194104b64b531ad96342827f211680259b | |
parent | 1dba02cda5f69f96200e9e00135a7324c40b4b11 (diff) |
DB/Misc: Fix typo in .titles current helptext
By palimm, closes #13576
-rw-r--r-- | sql/updates/world/2014_11_20_03_world.sql | 2 |
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'; |