mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
TDB 927.22082 - 2022/08/21
This commit is contained in:
3
sql/old/9.x/auth/22081_2022_08_20/2022_08_19_01_auth.sql
Normal file
3
sql/old/9.x/auth/22081_2022_08_20/2022_08_19_01_auth.sql
Normal file
@@ -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');
|
||||
99985
sql/old/9.x/world/22081_2022_08_20/2022_08_20_02_world.sql
Normal file
99985
sql/old/9.x/world/22081_2022_08_20/2022_08_20_02_world.sql
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user