TDB 915.21111 - 11/17/2021

Port From (https://github.com/TrinityCore/TrinityCore/commit/06b9be494a7e4d1249d11550cc0eec2e35712d25)
This commit is contained in:
hondacrx
2021-11-17 11:57:12 -05:00
parent 93c8f9bd2e
commit 83f9cbe66f
367 changed files with 31562 additions and 84 deletions
@@ -1,2 +0,0 @@
--
ALTER TABLE `character_homebind` ADD `orientation` float NOT NULL DEFAULT '0' AFTER `posZ`;
@@ -1,2 +0,0 @@
DROP TABLE IF EXISTS `guild_finder_applicant`;
DROP TABLE IF EXISTS `guild_finder_guild_settings`;
@@ -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`;
@@ -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');