Updated to TDB 837.20081
Port From (https://github.com/TrinityCore/TrinityCore/commit/f4b4425862dab8ea743d9fa52097f7d742984a59)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- TDB 837.20081 auth
|
||||
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
|
||||
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/8.x/auth', 'ARCHIVED');
|
||||
@@ -0,0 +1,3 @@
|
||||
-- TDB 837.20081 characters
|
||||
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
|
||||
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/8.x/characters', 'ARCHIVED');
|
||||
@@ -0,0 +1,3 @@
|
||||
-- TDB 837.20081 hotfixes
|
||||
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
|
||||
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/8.x/hotfixes', 'ARCHIVED');
|
||||
@@ -0,0 +1,4 @@
|
||||
-- TDB 837.20081 world
|
||||
UPDATE `version` SET `db_version`='TDB 837.20081', `cache_id`=20081 LIMIT 1;
|
||||
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
|
||||
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/8.x/world', 'ARCHIVED');
|
||||
Reference in New Issue
Block a user