mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[10537] Fixe typo in command help text.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
541098168d
commit
52508eee6e
5 changed files with 13 additions and 4 deletions
7
sql/updates/10537_01_mangos_command.sql
Normal file
7
sql/updates/10537_01_mangos_command.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_10503_04_mangos_gameobject_respawn required_10537_01_mangos_command bit;
|
||||
|
||||
DELETE FROM command WHERE name IN ('account characters');
|
||||
|
||||
INSERT INTO command (name, security, help) VALUES
|
||||
('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.');
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue