mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 07:37:05 +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
3
sql/updates/7544_01_mangos_uptime.sql
Normal file
3
sql/updates/7544_01_mangos_uptime.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_7536_01_mangos_spell_chain required_7544_01_mangos_uptime bit;
|
||||
|
||||
DROP TABLE IF EXISTS `uptime`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue