mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[9260] Rewrite pool system work with dynamic data.
Concentrate all dynamic data in single structure for future move it to Map for support pre-Map pool data store. * This let use pool system in future in instances * Remove main stoper to move creature/guids to per-map store tht open lot simplifcation and problem autoresolves * This is also fix some porblems in pool-pool case work.
This commit is contained in:
parent
72a52af93e
commit
7239d4aee7
4 changed files with 152 additions and 108 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9259"
|
||||
#define REVISION_NR "9260"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue