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
@@ -1,3 +1,3 @@
-- TDB 927.22081 auth
-- TDB 927.22082 auth
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/auth', 'ARCHIVED');
@@ -1,3 +1,3 @@
-- TDB 927.22081 characters
-- TDB 927.22082 characters
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/characters', 'ARCHIVED');
@@ -1,3 +1,3 @@
-- TDB 927.22081 hotfixes
-- TDB 927.22082 hotfixes
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/hotfixes', 'ARCHIVED');
@@ -1,4 +1,4 @@
-- TDB 927.22081 world
UPDATE `version` SET `db_version`='TDB 927.22081', `cache_id`=22081 LIMIT 1;
-- TDB 927.22082 world
UPDATE `version` SET `db_version`='TDB 927.22082', `cache_id`=22082 LIMIT 1;
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/world', 'ARCHIVED');