[7565] Move all hardcoded strings used in .account onlinelist to DB.

Also update format as originally suggested by Cha0S2.
This commit is contained in:
VladimirMangos 2009-03-28 07:30:26 +03:00
parent 8d8da21f95
commit 6e9542ca16
6 changed files with 29 additions and 9 deletions

View file

@ -729,7 +729,10 @@ enum MangosStrings
LANG_CHARACTER_DELETED = 1009,
LANG_ACCOUNT_LIST_HEADER = 1010,
LANG_ACCOUNT_LIST_ERROR = 1011,
// Room for more level 4 1012-1099 not used
LANG_ACCOUNT_LIST_BAR = 1012,
LANG_ACCOUNT_LIST_LINE = 1013,
LANG_ACCOUNT_LIST_EMPTY = 1014,
// Room for more level 4 1015-1099 not used
// Level 3 (continue)
LANG_ACCOUNT_SETADDON = 1100,