mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[9339] Use group ids for indexing groups in DB
* Use group ids in DB * Pack used group ids at server startup * Finaly drop group search by leader guid.
This commit is contained in:
parent
b50c3a9355
commit
c9c578b5c3
11 changed files with 129 additions and 68 deletions
|
|
@ -265,6 +265,7 @@ pkgdata_DATA = \
|
|||
9312_01_mangos_quest_template.sql \
|
||||
9329_01_mangos_spell_chain.sql \
|
||||
9331_01_mangos_quest_template.sql \
|
||||
9339_01_characters_group.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -510,4 +511,5 @@ EXTRA_DIST = \
|
|||
9312_01_mangos_quest_template.sql \
|
||||
9329_01_mangos_spell_chain.sql \
|
||||
9331_01_mangos_quest_template.sql \
|
||||
9339_01_characters_group.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue