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/140_world.sql | |
| parent | 7ed8e2993f37006a4f455f995ef61b6d0f867656 (diff) | |
* Fix revent SQL commits
* Fix EOL issues on all SQL files
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/140_world.sql')
| -rw-r--r-- | sql/updates/140_world.sql | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/sql/updates/140_world.sql b/sql/updates/140_world.sql index df2cb10b2ea..6a7389602b6 100644 --- a/sql/updates/140_world.sql +++ b/sql/updates/140_world.sql @@ -1,21 +1,21 @@ -DELETE FROM command WHERE name IN ('npc follow','npc unfollow','waterwalk','repairitems');
-
-INSERT INTO command VALUES
-('repairitems',2,'Syntax: .repairitems\r\n\r\nRepair all selected player''s items.'),
-('npc follow',2,'Syntax: .npc follow\r\n\r\nSelected creature start follow you until death/fight/etc.'),
-('npc unfollow',2,'Syntax: .npc unfollow\r\n\r\nSelected creature (non pet) stop follow you.'),
-('waterwalk',2,'Syntax: .waterwalk on/off\r\n\r\nSet on/off waterwalk state for selected player or self if no player selected.');
-
-DELETE FROM trinity_string WHERE entry IN (171,172,336,337,338,339,340,341,342,5007,5008);
-
-INSERT INTO trinity_string VALUES
-(172,'server console command',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
-(336,'You repair all %s''s items.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
-(337,'All your items repaired by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
-(338,'You set waterwalk mode %s for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
-(339,'Your waterwalk mode set to %s by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
-(340,'%s is now following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
-(341,'%s is not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
-(342,'%s is now not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
-(810,'You must be in a raid group to enter the instance %s!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
+DELETE FROM command WHERE name IN ('npc follow','npc unfollow','waterwalk','repairitems'); + +INSERT INTO command VALUES +('repairitems',2,'Syntax: .repairitems\r\n\r\nRepair all selected player''s items.'), +('npc follow',2,'Syntax: .npc follow\r\n\r\nSelected creature start follow you until death/fight/etc.'), +('npc unfollow',2,'Syntax: .npc unfollow\r\n\r\nSelected creature (non pet) stop follow you.'), +('waterwalk',2,'Syntax: .waterwalk on/off\r\n\r\nSet on/off waterwalk state for selected player or self if no player selected.'); + +DELETE FROM trinity_string WHERE entry IN (171,172,336,337,338,339,340,341,342,5007,5008); + +INSERT INTO trinity_string VALUES +(172,'server console command',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(336,'You repair all %s''s items.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(337,'All your items repaired by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(338,'You set waterwalk mode %s for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(339,'Your waterwalk mode set to %s by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(340,'%s is now following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(341,'%s is not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(342,'%s is now not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(810,'You must be in a raid group to enter the instance %s!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (811,'You cannot enter %s while in a ghost mode!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
\ No newline at end of file |
