mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
TDB 915.21111 - 2021/11/17
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user