[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:
VladimirMangos 2011-02-10 20:15:13 +03:00
parent d7cf24970a
commit 26a4eed36c
2 changed files with 78 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11130"
#define REVISION_NR "11131"
#endif // __REVISION_NR_H__