Added sql files, no longer need to get them from Trinity Core.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
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.');
|
||||
Reference in New Issue
Block a user