TDB 927.22082 - 2022/08/21

Port From (https://github.com/TrinityCore/TrinityCore/commit/0eff4ec7df6d34db28e09582f3e2a257bc7d35b0)
This commit is contained in:
hondacrx
2022-08-25 12:06:51 -04:00
parent 6b54a6384d
commit 55a81d7e99
14 changed files with 100008 additions and 8 deletions
@@ -0,0 +1,3 @@
-- TDB 927.22081 auth
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/auth', 'ARCHIVED');
@@ -0,0 +1,3 @@
-- TDB 927.22081 characters
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/characters', 'ARCHIVED');
@@ -0,0 +1,3 @@
-- TDB 927.22081 hotfixes
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/hotfixes', 'ARCHIVED');
@@ -0,0 +1,4 @@
-- TDB 927.22081 world
UPDATE `version` SET `db_version`='TDB 927.22081', `cache_id`=22081 LIMIT 1;
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/world', 'ARCHIVED');
File diff suppressed because one or more lines are too long