From 9aebfaf722127fa6477782aeac7534c48ba0bffb Mon Sep 17 00:00:00 2001 From: kandera Date: Wed, 3 Apr 2013 03:37:56 -0400 Subject: DB/Commands: fix the use of gobject info when used with a game object entry --- sql/updates/world/2013_04_03_00_world_command.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_04_03_00_world_command.sql (limited to 'sql') 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'; -- cgit v1.2.3