diff options
| author | hunteee <none@none> | 2009-06-18 20:10:59 +0200 |
|---|---|---|
| committer | hunteee <none@none> | 2009-06-18 20:10:59 +0200 |
| commit | 491bc7569ba69ee6c43e007dbce24497c39dd12a (patch) | |
| tree | 56b4d87a39ff53784412ab3addb29275ea777731 /sql/updates/68_world.sql | |
| parent | 8e3313ceb22c2fabce6ba7dfc725216534d34255 (diff) | |
*Add new line to end of sqls.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/68_world.sql')
| -rw-r--r-- | sql/updates/68_world.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/updates/68_world.sql b/sql/updates/68_world.sql index 40678a4a5b0..3303699b7de 100644 --- a/sql/updates/68_world.sql +++ b/sql/updates/68_world.sql @@ -14,4 +14,3 @@ DELETE FROM `command` WHERE `name` = 'freeze' or `name` = 'unfreeze' or name = ' INSERT INTO `command` (`name`,`security`,`help`) VALUES ('freeze','2','Syntax: .freeze (#player)\r\n\"Freezes\" #player and disables his chat. When using this without #name it will freeze your target.'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('unfreeze','2','Syntax: .unfreeze (#player)\r\n\"Unfreezes\" #player and enables his chat again. When using this without #name it will unfreeze your target.'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('listfreeze','1','Syntax: .listfreeze\r\n\r\nSearch and output all frozen players.'); - |
