mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
6 lines
385 B
SQL
6 lines
385 B
SQL
DELETE FROM `command` WHERE name IN ('bindsight', 'unbindsight');
|
|
INSERT INTO `command` (name,security,help) VALUES
|
|
('bindsight',3,'Syntax: .bindsight\r\n\r\nBinds vision to the selected unit indefinitely. Cannot be used while currently possessing a target.'),
|
|
('unbindsight',3,'Syntax: .unbindsight\r\n\r\nRemoves bound vision. Cannot be used while currently possessing a target.');
|
|
|