TDB 335.22041 - 2022/04/14

This commit is contained in:
TDB Release
2022-04-14 16:27:03 +00:00
parent b0bba61460
commit c0a120669d
53 changed files with 22 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.26, for Linux (x86_64)
-- MySQL dump 10.13 Distrib 8.0.28, for Linux (x86_64)
--
-- Host: localhost Database: world
-- ------------------------------------------------------
-- Server version 8.0.26
-- Server version 8.0.28-0ubuntu0.20.04.3
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -1444,7 +1444,7 @@ CREATE TABLE `gossip_menu_option` (
`BoxMoney` int unsigned NOT NULL DEFAULT '0',
`BoxText` text,
`BoxBroadcastTextID` mediumint NOT NULL DEFAULT '0',
`VerifiedBuild` smallint NOT NULL DEFAULT '0',
`VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`MenuID`,`OptionID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -4061,4 +4061,4 @@ CREATE TABLE `waypoints` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2022-02-16 21:52:05
-- Dump completed on 2022-04-14 16:24:40