[10171] Clarify acoount password/lock command errors.

This commit is contained in:
VladimirMangos 2010-07-09 22:40:01 +04:00
parent b398bb4dc4
commit 93e06f945e
8 changed files with 25 additions and 6 deletions

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