aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/171_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/171_world.sql
parent7ed8e2993f37006a4f455f995ef61b6d0f867656 (diff)
* Fix revent SQL commits
* Fix EOL issues on all SQL files --HG-- branch : trunk
Diffstat (limited to 'sql/updates/171_world.sql')
-rw-r--r--sql/updates/171_world.sql32
1 files changed, 16 insertions, 16 deletions
diff --git a/sql/updates/171_world.sql b/sql/updates/171_world.sql
index 0afca47946c..fdcd98f4d6e 100644
--- a/sql/updates/171_world.sql
+++ b/sql/updates/171_world.sql
@@ -1,17 +1,17 @@
-DELETE FROM trinity_string WHERE entry IN (57,58,5009);
-
-INSERT INTO trinity_string VALUES
-(57,'Using World DB: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
-(58,'Using script library: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
-(5009,'Sound %u Played to server',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
-
-
-DELETE FROM `command` WHERE name IN ('pet create','pet learn','pet unlearn','pet tp','gobject activate','playall');
-INSERT INTO `command` (name,security,help) VALUES
-('pet create',2,'Syntax: .pet create\r\n\r\nCreates a pet of the selected creature.'),
-('pet learn',2,'Syntax: .pet learn\r\n\r\nLearn #spellid to pet.'),
-('pet unlearn',2,'Syntax: .pet unlean\r\n\r\nunLearn #spellid to pet.'),
-('pet tp',2,'Syntax: .pet tp #\r\n\r\nChange pet\'s amount of training points.'),
-('modify gender',2,'Syntax: .modify gender\r\n\r\n.modify gender #male/female - Turns selected player into a male or female'),
-('gobject activate',2,'Syntax: .gobject activate #guid\r\n\r\nActivates an object like a door or a button.'),
+DELETE FROM trinity_string WHERE entry IN (57,58,5009);
+
+INSERT INTO trinity_string VALUES
+(57,'Using World DB: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
+(58,'Using script library: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
+(5009,'Sound %u Played to server',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
+
+
+DELETE FROM `command` WHERE name IN ('pet create','pet learn','pet unlearn','pet tp','gobject activate','playall');
+INSERT INTO `command` (name,security,help) VALUES
+('pet create',2,'Syntax: .pet create\r\n\r\nCreates a pet of the selected creature.'),
+('pet learn',2,'Syntax: .pet learn\r\n\r\nLearn #spellid to pet.'),
+('pet unlearn',2,'Syntax: .pet unlean\r\n\r\nunLearn #spellid to pet.'),
+('pet tp',2,'Syntax: .pet tp #\r\n\r\nChange pet\'s amount of training points.'),
+('modify gender',2,'Syntax: .modify gender\r\n\r\n.modify gender #male/female - Turns selected player into a male or female'),
+('gobject activate',2,'Syntax: .gobject activate #guid\r\n\r\nActivates an object like a door or a button.'),
('playall',2,'Syntax: .playall #soundid\r\n\r\nPlayer a sound to whole server.'); \ No newline at end of file