mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
Moved table uptime from world database to character database.
Signed-off-by: Triply <triply@getmangos.com>
This commit is contained in:
parent
4f17a6a4e2
commit
68ec6ae8ab
7 changed files with 49 additions and 28 deletions
|
|
@ -202,6 +202,8 @@ pkgdata_DATA = \
|
|||
7495_01_mangos_mangos_string.sql \
|
||||
7503_01_mangos_command.sql \
|
||||
7536_01_mangos_spell_chain.sql \
|
||||
7544_01_mangos_uptime.sql \
|
||||
7544_02_characters_uptime.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -384,4 +386,6 @@ EXTRA_DIST = \
|
|||
7495_01_mangos_mangos_string.sql \
|
||||
7503_01_mangos_command.sql \
|
||||
7536_01_mangos_spell_chain.sql \
|
||||
7544_01_mangos_uptime.sql \
|
||||
7544_02_characters_uptime.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue