Files
TrinityCore/sql/updates/241_world.sql
runningnak3d@mangos.zipwow.ano 4b47c30641 * Fix revent SQL commits
* Fix EOL issues on all SQL files

--HG--
branch : trunk
2008-12-15 10:42:35 +00:00

5 lines
384 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.');