diff options
| author | runningnak3d@mangos.zipwow.ano <none@none> | 2008-12-15 10:42:35 +0000 |
|---|---|---|
| committer | runningnak3d@mangos.zipwow.ano <none@none> | 2008-12-15 10:42:35 +0000 |
| commit | 4b47c30641d31661c530e21dfd24a79b405736d2 (patch) | |
| tree | edbc6dbe32f693fe3ae7bd9bde505686db32fbcb /sql/updates/241_world.sql | |
| parent | 7ed8e2993f37006a4f455f995ef61b6d0f867656 (diff) | |
* Fix revent SQL commits
* Fix EOL issues on all SQL files
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/241_world.sql')
| -rw-r--r-- | sql/updates/241_world.sql | 8 |
1 files changed, 4 insertions, 4 deletions
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.'); |
