TDB 915.21111 - 2021/11/17

This commit is contained in:
TDB Release
2021-11-17 13:31:04 +00:00
parent f83c40a502
commit 06b9be494a
367 changed files with 651 additions and 84 deletions

View File

@@ -1,2 +0,0 @@
--
ALTER TABLE `character_homebind` ADD `orientation` float NOT NULL DEFAULT '0' AFTER `posZ`;

View File

@@ -1,2 +0,0 @@
DROP TABLE IF EXISTS `guild_finder_applicant`;
DROP TABLE IF EXISTS `guild_finder_guild_settings`;

View File

@@ -1,2 +0,0 @@
ALTER TABLE `characters` ADD `power7` int(10) unsigned NOT NULL DEFAULT '0' AFTER `power6`;
ALTER TABLE `character_stats` ADD `maxpower7` int(10) unsigned NOT NULL DEFAULT '0' AFTER `maxpower6`;

View File

@@ -1,3 +1,3 @@
-- TDB 910.21101 characters
-- TDB 915.21111 characters
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/characters', 'ARCHIVED');