Moved table uptime from world database to character database.

Signed-off-by: Triply <triply@getmangos.com>
This commit is contained in:
invliD 2009-03-26 16:23:57 +01:00 committed by Triply
parent 4f17a6a4e2
commit 68ec6ae8ab
7 changed files with 49 additions and 28 deletions

View file

@ -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