mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
This allow have in `mangos` DB only world static state data. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
3 lines
159 B
SQL
3 lines
159 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_10500_01_mangos_scripts required_10503_03_mangos_creature_respawn bit;
|
|
|
|
DROP TABLE IF EXISTS `creature_respawn`;
|