diff options
Diffstat (limited to 'sql/updates/0.6/3090_command.sql')
-rw-r--r-- | sql/updates/0.6/3090_command.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/0.6/3090_command.sql b/sql/updates/0.6/3090_command.sql new file mode 100644 index 00000000000..29bb8b07a21 --- /dev/null +++ b/sql/updates/0.6/3090_command.sql @@ -0,0 +1 @@ +INSERT INTO `command` (`name`,`security`,`help`) VALUES ('respawn',3,'Syntax: .respawn\r\n\r\nRespawn all nearest creatures and GO without waiting respawn time expiration.'); |