From ce4206c6647fc2b5508013aa1e31b52e24abaefd Mon Sep 17 00:00:00 2001 From: KingPin Date: Sun, 19 Oct 2008 12:11:32 -0500 Subject: [svn] * Fixed language strings sql from rev67 --HG-- branch : trunk rename : sql/updates/67_world.sql => sql/updates/68_world.sql --- sql/updates/67_world.sql | 16 ---------------- sql/updates/68_world.sql | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 sql/updates/67_world.sql create mode 100644 sql/updates/68_world.sql (limited to 'sql/updates') diff --git a/sql/updates/67_world.sql b/sql/updates/67_world.sql deleted file mode 100644 index 2eae727eaf7..00000000000 --- a/sql/updates/67_world.sql +++ /dev/null @@ -1,16 +0,0 @@ --- add lang strings -DELETE FROM mangos_string WHERE entry BETWEEN 1000 AND 1006; -INSERT INTO mangos_string VALUES -(1000,'You froze player %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(1001,'It might be amusing but no... you cant freeze yourself!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(1002,'Invalid input check the name of target.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(1003,'You unfroze player %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(1004,'There are no frozen players.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(1005,'Following players are frozen on the server:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(1006,'- %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); - --- add commands -DELETE FROM `command` WHERE `name` = 'freeze' or `name` = 'unfreeze' or name = 'listfreeze'; -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.'); \ No newline at end of file diff --git a/sql/updates/68_world.sql b/sql/updates/68_world.sql new file mode 100644 index 00000000000..23f7cc9b309 --- /dev/null +++ b/sql/updates/68_world.sql @@ -0,0 +1,16 @@ +-- add lang strings +DELETE FROM trinity_string WHERE entry BETWEEN 1000 AND 1006; +INSERT INTO trinity_string VALUES +(1000,'You froze player %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(1001,'It might be amusing but no... you cant freeze yourself!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(1002,'Invalid input check the name of target.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(1003,'You unfroze player %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(1004,'There are no frozen players.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(1005,'Following players are frozen on the server:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), +(1006,'- %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); + +-- add commands +DELETE FROM `command` WHERE `name` = 'freeze' or `name` = 'unfreeze' or name = 'listfreeze'; +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.'); \ No newline at end of file -- cgit v1.2.3