root/trunk/sql/updates/140_world.sql @ 133

Revision 133, 1.5 kB (checked in by yumileroy, 17 years ago)

[svn] * fixed my typo

Original author: KingPin?
Date: 2008-10-29 17:11:32-05:00

Line 
1DELETE FROM command WHERE name IN ('npc follow','npc unfollow','waterwalk','repairitems');
2
3INSERT INTO command VALUES
4('repairitems',2,'Syntax: .repairitems\r\n\r\nRepair all selected player''s items.'),
5('npc follow',2,'Syntax: .npc follow\r\n\r\nSelected creature start follow you until death/fight/etc.'),
6('npc unfollow',2,'Syntax: .npc unfollow\r\n\r\nSelected creature (non pet) stop follow you.'),
7('waterwalk',2,'Syntax: .waterwalk on/off\r\n\r\nSet on/off waterwalk state for selected player or self if no player selected.');
8
9DELETE FROM trinity_string WHERE entry IN (171,172,336,337,338,339,340,341,342,5007,5008);
10
11INSERT INTO trinity_string VALUES
12(172,'server console command',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
13(336,'You repair all %s''s items.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
14(337,'All your items repaired by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
15(338,'You set waterwalk mode %s for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
16(339,'Your waterwalk mode set to %s by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
17(340,'%s is now following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
18(341,'%s is not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
19(342,'%s is now not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
20(810,'You must be in a raid group to enter the instance %s!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
21(811,'You cannot enter %s while in a ghost mode!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
Note: See TracBrowser for help on using the browser.