From dd87d7448ed89fe0bdd6dee630e47c33d553e93e Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 20 Nov 2014 18:58:50 +0100 Subject: DB/Misc: Fix typo in .titles current helptext By palimm, closes #13576 --- sql/updates/world/2014_11_20_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2014_11_20_03_world.sql (limited to 'sql') 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'; -- cgit v1.2.3