aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorkandera <kanderadev@gmail.com>2013-04-03 03:37:56 -0400
committerkandera <kanderadev@gmail.com>2013-04-03 03:37:56 -0400
commit9aebfaf722127fa6477782aeac7534c48ba0bffb (patch)
treeb13fc9cd22adf94fe2cf66d962017dffd34e2dfa /sql/updates
parentb44f7cdd23bab34114383f2b97a88c32d05efbad (diff)
DB/Commands: fix the use of gobject info when used with a game object entry
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2013_04_03_00_world_command.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_04_03_00_world_command.sql b/sql/updates/world/2013_04_03_00_world_command.sql
new file mode 100644
index 00000000000..a94efebc8ea
--- /dev/null
+++ b/sql/updates/world/2013_04_03_00_world_command.sql
@@ -0,0 +1 @@
+UPDATE `world`.`command` SET `help`='Syntax: .gobject info [$object_entry]\r \r Query Gameobject information for selected gameobject or given entry.' WHERE `name`='gobject info';