mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 16:37:04 +00:00
[10171] Clarify acoount password/lock command errors.
This commit is contained in:
parent
b398bb4dc4
commit
93e06f945e
8 changed files with 25 additions and 6 deletions
7
sql/updates/10171_01_mangos_mangos_string.sql
Normal file
7
sql/updates/10171_01_mangos_mangos_string.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_10159_01_mangos_spell_proc_event required_10171_01_mangos_mangos_string bit;
|
||||
|
||||
DELETE FROM mangos_string WHERE entry IN (27,1029);
|
||||
|
||||
INSERT INTO mangos_string VALUES
|
||||
(27,'The old password is wrong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(1029, 'Command can be called only from RA-console.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
Loading…
Add table
Add a link
Reference in a new issue