Jump to content

[10537][Fix] Typo in mangos.sql


Guest Stillhard

Recommended Posts

* What bug does the patch fix? What features does the patch add?

Typo

* For which repository revision was the patch created?

10523 (5c04687d47)

* Who has been writing this patch? Please include either forum user names or email addresses.

Stillhard

commit c6c3d54c51291c99e025d03c2ed1c19d752f6ae7
Author: Stillhard <[email protected]>
Date:   Fri Sep 24 00:21:32 2010 +0700

   Signed-off-by: Stillhard <[email protected]>

diff --git a/sql/mangos.sql b/sql/mangos.sql
index 4043f38..d72a0e5 100644
--- a/sql/mangos.sql
+++ b/sql/mangos.sql
@@ -488,7 +488,7 @@ LOCK TABLES `command` WRITE;
/*!40000 ALTER TABLE `command` DISABLE KEYS */;
INSERT INTO `command` VALUES
('account',0,'Syntax: .account\\r\\n\\r\\nDisplay the access level of your account.'),
-('account characters',3,'Syntax: .account characters [#accountId|$accountName]\\r\\n\\r\\nShow list all characters for account seelcted by provided #accountId or $accountName, or for selected player in game.'),
+('account characters',3,'Syntax: .account characters [#accountId|$accountName]\\r\\n\\r\\nShow list all characters for account selected by provided #accountId or $accountName, or for selected player in game.'),
('account create',4,'Syntax: .account create $account $password\\r\\n\\r\\nCreate account and set password to it.'),
('account delete',4,'Syntax: .account delete $account\\r\\n\\r\\nDelete account with all characters.'),
('account lock',0,'Syntax: .account lock [on|off]\\r\\n\\r\\nAllow login from account only from current used IP or remove this requirement.'),

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use