mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 16:37:03 +00:00
After switch to new vmap version and later height check code chnages some vmap related options now outdated. * Option vmap.ignoreMapIds removed. You can't now diable vmaps use for selected maps. * Option vmap.enableHeight must be always enabled for normal work server and server at startup now pring error if it's diabled. Option still supported just for special work cases (debug, new clients testing, etc). Possible soon option vmap.ignoreSpellIds also will be removed, because like los ignore checks must be in spell code instead options.
4 lines
109 B
C
4 lines
109 B
C
#ifndef __REVISION_NR_H__
|
|
#define __REVISION_NR_H__
|
|
#define REVISION_NR "10596"
|
|
#endif // __REVISION_NR_H__
|