[10537] Fixe typo in command help text.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Stillhard 2010-09-26 15:06:18 +04:00 committed by VladimirMangos
parent 541098168d
commit 52508eee6e
5 changed files with 13 additions and 4 deletions

View 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.');