mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[11190] Implement pool_creature_template/pool_gameobject_template.
New table similar `pool_creature`/`pool_gameobject` but store creature/go ids instead guids. At loading to poll added all guids for specific entry id. This let not list explictly guids when need list in pool all guids for some entry id. Mostly for quest pool spawns or unique creature/go random possitions for example. At load tested that guid added to pool using new tables data not listed in guid tables.
This commit is contained in:
parent
2591f11504
commit
c7eb17b912
6 changed files with 235 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#ifndef __REVISION_SQL_H__
|
||||
#define __REVISION_SQL_H__
|
||||
#define REVISION_DB_CHARACTERS "required_11117_02_characters_world"
|
||||
#define REVISION_DB_MANGOS "required_11169_02_mangos_command"
|
||||
#define REVISION_DB_MANGOS "required_11190_01_mangos_pool_gameobject_template"
|
||||
#define REVISION_DB_REALMD "required_10008_01_realmd_realmd_db_version"
|
||||
#endif // __REVISION_SQL_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue