mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
4 lines
322 B
SQL
4 lines
322 B
SQL
DELETE FROM `command` WHERE `name` = "nearobjects";
|
|
INSERT INTO `command` VALUES
|
|
('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.');
|