root/trunk/sql/updates/5714_mangos_command.sql
@
2
Revision 2, 322 bytes (checked in by yumileroy, 17 years ago) |
---|
Line | |
---|---|
1 | DELETE FROM `command` WHERE `name` = "nearobjects"; |
2 | INSERT 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.