mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[10263] Not allow listing pool elements in more one pool.
NOTE: sql update remove forbided by commit duplicates from pool_* tables in random way.
So for more porper results DB better manually check and fix before apply it.
This is mostly note for DB projects devs.
This commit is contained in:
parent
84dbc4c698
commit
8a3a03e0a6
7 changed files with 51 additions and 8 deletions
|
|
@ -53,6 +53,9 @@ pkgdata_DATA = \
|
|||
10254_01_characters_auctionhouse.sql \
|
||||
10256_01_mangos_command.sql \
|
||||
10257_01_mangos_command.sql \
|
||||
10263_01_mangos_pool_creature.sql \
|
||||
10263_02_mangos_pool_gameobject.sql \
|
||||
10263_03_mangos_pool_pool.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -86,4 +89,7 @@ EXTRA_DIST = \
|
|||
10254_01_characters_auctionhouse.sql \
|
||||
10256_01_mangos_command.sql \
|
||||
10257_01_mangos_command.sql \
|
||||
10263_01_mangos_pool_creature.sql \
|
||||
10263_02_mangos_pool_gameobject.sql \
|
||||
10263_03_mangos_pool_pool.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue