mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[11131] Check restriction for pool spawns at instanceable maps.
Pool system can't have mixed pool spawns at different maps if one from map instanceable. In last case all pool spawns must be at same instanceable maps for any pools that have common mother pool. Now this checked at server sartup.
This commit is contained in:
parent
d7cf24970a
commit
26a4eed36c
2 changed files with 78 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11130"
|
||||
#define REVISION_NR "11131"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue