aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/5774_mangos_command.sql
diff options
context:
space:
mode:
authorNeo2003 <none@none>2008-10-02 16:23:55 -0500
committerNeo2003 <none@none>2008-10-02 16:23:55 -0500
commit9b1c0e006f20091f28f3f468cfcab1feb51286bd (patch)
treeb5d1ba94a656e6679f8737f9ea6bed1239b73b14 /sql/updates/5774_mangos_command.sql
[svn] * Proper SVN structureinit
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/5774_mangos_command.sql')
-rw-r--r--sql/updates/5774_mangos_command.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/5774_mangos_command.sql b/sql/updates/5774_mangos_command.sql
new file mode 100644
index 00000000000..c9f09b5efa0
--- /dev/null
+++ b/sql/updates/5774_mangos_command.sql
@@ -0,0 +1,5 @@
+DELETE FROM `command` WHERE `name` = 'targetobject';
+DELETE FROM `command` WHERE `name` = 'gobject target';
+
+INSERT INTO `command` (`name`,`security`,`help`) VALUES
+('gobject target',2,'Syntax: .gobject target [#go_id|#go_name_part]\r\n\r\nLocate and show position nearest gameobject. If #go_id or #go_name_part provide then locate and show position of nearest gameobject with gameobject template id #go_id or name included #go_name_part as part.');