mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
Fixed sql update for avoid apply problems.
This commit is contained in:
parent
7ee25008d3
commit
929798e635
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_9794_01_mangos_mangos_string required_9794_02_mangos_command bit;
|
||||
|
||||
DELETE FROM command WHERE name IN('account characters','account set gmlevel','account set password');
|
||||
DELETE FROM command WHERE name IN('account characters','account set addon','account set gmlevel','account set password');
|
||||
INSERT INTO command (name, security, help) VALUES
|
||||
('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 set addon',3,'Syntax: .account set addon [#accountId|$accountName] #addon\r\n\r\nSet user (possible targeted) expansion addon level allowed. Addon values: 0 - normal, 1 - tbc, 2 - wotlk.'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue