mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
4 lines
269 B
SQL
4 lines
269 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_11716_03_characters_character_equipmentsets required_11716_04_characters_creature_respawn bit;
|
|
|
|
ALTER TABLE `creature_respawn`
|
|
CHANGE COLUMN `respawntime` `respawntime` bigint(20) unsigned NOT NULL default '0';
|