aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDDuarte <dnpd.dd@gmail.com>2014-08-28 23:56:45 +0100
committerDDuarte <dnpd.dd@gmail.com>2014-08-28 23:59:58 +0100
commit82f67fd09b142232247f10dbc58e3f90ffd4df49 (patch)
treeb0a3fb4a671aba037b858497b9256d5e19f09831
parenta9f52cd33bb6e8681c4d8339eda0cbec0434f7a6 (diff)
DB/Commands: Fix a typo in help text of .guild info
-rw-r--r--sql/updates/world/2014_08_28_06_world_command.sql1
1 files changed, 1 insertions, 0 deletions
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';