[10320] Reserve mangos string ranges for old client specific strings.

This commit is contained in:
VladimirMangos 2010-08-04 21:10:49 +04:00
parent bfb1cb9e67
commit 63bea3c422
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10319"
#define REVISION_NR "10320"
#endif // __REVISION_NR_H__