From 4b47c30641d31661c530e21dfd24a79b405736d2 Mon Sep 17 00:00:00 2001 From: "runningnak3d@mangos.zipwow.ano" Date: Mon, 15 Dec 2008 10:42:35 +0000 Subject: * Fix revent SQL commits * Fix EOL issues on all SQL files --HG-- branch : trunk --- sql/updates/241_world.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sql/updates/241_world.sql') diff --git a/sql/updates/241_world.sql b/sql/updates/241_world.sql index d64c267e211..2bc028b3eba 100644 --- a/sql/updates/241_world.sql +++ b/sql/updates/241_world.sql @@ -1,4 +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.'); +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.'); -- cgit v1.2.3