mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[10320] Reserve mangos string ranges for old client specific strings.
This commit is contained in:
parent
bfb1cb9e67
commit
63bea3c422
2 changed files with 6 additions and 2 deletions
|
|
@ -875,7 +875,11 @@ enum MangosStrings
|
|||
LANG_MOVIE_NOT_EXIST = 1201,
|
||||
// Room for more debug 1202-1299 not used
|
||||
|
||||
// FREE IDS 1300-9999
|
||||
// Reserved for old client release branches specific strings
|
||||
// Room for old clients 2.x 1300-1399 not used
|
||||
// Room for old clients 1.x 1400-1499 not used
|
||||
|
||||
// FREE IDS 1500-9999
|
||||
|
||||
// Use for not-in-offcial-sources patches
|
||||
// 10000-10999
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10319"
|
||||
#define REVISION_NR "10320"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue