mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 08:00:48 +01: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.');
|