server/sql/updates/10503_03_mangos_creature_respawn.sql
zergtmn 20f4a16f01 [10503] Move *_respawn tables to characters DB.
This allow have in `mangos` DB only world static state data.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2010-09-19 00:45:21 +04:00

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`;