mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
Changed to correct entry for mangos strings: LANG_ACCOUNT_SETADDON (1100) and LANG_MOTD_NEW (1101)
Signed-off-by: dythzer <micke223@gmail.com> Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
eb97c9e717
commit
4f228f71cd
1 changed files with 2 additions and 2 deletions
|
|
@ -676,8 +676,8 @@ enum MangosStrings
|
||||||
// Room for more level 4 1012-1099 not used
|
// Room for more level 4 1012-1099 not used
|
||||||
|
|
||||||
// Level 3 (continue)
|
// Level 3 (continue)
|
||||||
LANG_MOTD_NEW = 1100,
|
LANG_ACCOUNT_SETADDON = 1100,
|
||||||
LANG_ACCOUNT_SETADDON = 1101,
|
LANG_MOTD_NEW = 1101,
|
||||||
LANG_SENDMESSAGE = 1102,
|
LANG_SENDMESSAGE = 1102,
|
||||||
LANG_EVENT_ENTRY_LIST_CONSOLE = 1103,
|
LANG_EVENT_ENTRY_LIST_CONSOLE = 1103,
|
||||||
LANG_CREATURE_ENTRY_LIST_CONSOLE = 1104,
|
LANG_CREATURE_ENTRY_LIST_CONSOLE = 1104,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue