From 82f67fd09b142232247f10dbc58e3f90ffd4df49 Mon Sep 17 00:00:00 2001 From: DDuarte Date: Thu, 28 Aug 2014 23:56:45 +0100 Subject: DB/Commands: Fix a typo in help text of .guild info --- sql/updates/world/2014_08_28_06_world_command.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_08_28_06_world_command.sql (limited to 'sql') diff --git a/sql/updates/world/2014_08_28_06_world_command.sql b/sql/updates/world/2014_08_28_06_world_command.sql new file mode 100644 index 00000000000..963d7ca4269 --- /dev/null +++ b/sql/updates/world/2014_08_28_06_world_command.sql @@ -0,0 +1 @@ +UPDATE `command` SET `help`='Shows information about target''s guild or a given guild identifier or name.' WHERE `name`='guild info'; -- cgit v1.2.3