mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
Added commands are: .mmap [on|off] to show state of mmaps, or to enable/disable mmaps globally .mmap stats to show information about current state of mmaps .mmap loadedtiles to show which tiles are currently loaded .mmap path to calculate and show a path to current select unit .mmap loc to print on which tile one is .mmap testarea to calculate paths for all nearby npcs to player Authorship goes to qsa in addition
4 lines
109 B
C
4 lines
109 B
C
#ifndef __REVISION_NR_H__
|
|
#define __REVISION_NR_H__
|
|
#define REVISION_NR "11913"
|
|
#endif // __REVISION_NR_H__
|