Core/Commands: Replaced .start with a new command, .unstuck. Usage information can be found by typing .unstuck in-game

This commit is contained in:
Myran2
2012-09-08 18:59:06 -04:00
parent e0a3643913
commit 5cd9910463
4 changed files with 56 additions and 16 deletions

View File

@@ -0,0 +1,2 @@
DELETE FROM `command` WHERE `name` = 'start';
INSERT INTO `command` (`name`, `security`, `help`) VALUES ('unstuck', 0, 'Syntax: .unstuck $playername [inn/graveyard/startzone]\r\n\r\nTeleports specified player to specified location. Default location is player\'s current hearth location.');

View File

@@ -0,0 +1,2 @@
DELETE FROM `trinity_string` WHERE `entry`=63 LIMIT 1; --Existing entry 63 is not present in Language.h. It's safe to remove it.
INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES (63, 'You can\'t do that right now.');