aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/240_world.sql
diff options
context:
space:
mode:
authorrunningnak3d@mangos.zipwow.ano <none@none>2008-12-15 10:42:35 +0000
committerrunningnak3d@mangos.zipwow.ano <none@none>2008-12-15 10:42:35 +0000
commit4b47c30641d31661c530e21dfd24a79b405736d2 (patch)
treeedbc6dbe32f693fe3ae7bd9bde505686db32fbcb /sql/updates/240_world.sql
parent7ed8e2993f37006a4f455f995ef61b6d0f867656 (diff)
* Fix revent SQL commits
* Fix EOL issues on all SQL files --HG-- branch : trunk
Diffstat (limited to 'sql/updates/240_world.sql')
-rw-r--r--sql/updates/240_world.sql8
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/updates/240_world.sql b/sql/updates/240_world.sql
index c5cd7236d0c..9a91607fed0 100644
--- a/sql/updates/240_world.sql
+++ b/sql/updates/240_world.sql
@@ -1,5 +1,5 @@
-delete from `command` where `name` IN ('senditems','sendmail');
-insert into `command` (`name`, `security`, `help`) values
-('senditems',3,'Syntax: .senditems #playername "#subject" "#text" itemid1[:count1] itemid2[:count2] ... itemidN[:countN]\r\n\r\nSend a mail to a player. Subject and mail text must be in "". If for itemid not provided related count values then expected 1, if count > max items in stack then items will be send in required amount stacks. All stacks amount in mail limited to 12.'),
-('sendmail',1,'Syntax: .sendmail #playername "#subject" "#text"\r\n\r\nSend a mail to a player. Subject and mail text must be in "".');
+delete from `command` where `name` IN ('senditems','sendmail');
+insert into `command` (`name`, `security`, `help`) values
+('senditems',3,'Syntax: .senditems #playername "#subject" "#text" itemid1[:count1] itemid2[:count2] ... itemidN[:countN]\r\n\r\nSend a mail to a player. Subject and mail text must be in "". If for itemid not provided related count values then expected 1, if count > max items in stack then items will be send in required amount stacks. All stacks amount in mail limited to 12.'),
+('sendmail',1,'Syntax: .sendmail #playername "#subject" "#text"\r\n\r\nSend a mail to a player. Subject and mail text must be in "".');
\ No newline at end of file