root/trunk/sql/updates/5714_mangos_command.sql @ 2

Revision 2, 322 bytes (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1DELETE FROM `command` WHERE `name` = "nearobjects";
2INSERT INTO `command` VALUES
3('nearobjects',3,'Syntax: .nearobjects [#distance]\r\n\r\nOutput gameobjects at distance #distance from player. Output gameobject guids and coordinates sorted by distance from character. If #distance not provided use 10 as default value.');
Note: See TracBrowser for help on using the browser.