aboutsummaryrefslogtreecommitdiff
path: root/sql/base/dev
diff options
context:
space:
mode:
authorTDB Release <tdb-release@build.bot>2021-11-15 16:26:33 +0000
committerTDB Release <tdb-release@build.bot>2021-11-15 16:26:33 +0000
commite0f1bdcd89f3c6aaa53f4c88046fce04148ab371 (patch)
tree65db413ca5e6c71e935c3d2be06c44d137b3a11d /sql/base/dev
parentf20b7a10805f2f989e1c44648e1e6ecd9826ef55 (diff)
TDB 335.21111 - 2021/11/15TDB335.21111
Diffstat (limited to 'sql/base/dev')
-rw-r--r--sql/base/dev/world_database.sql8
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql
index bf3274c62b1..93890724200 100644
--- a/sql/base/dev/world_database.sql
+++ b/sql/base/dev/world_database.sql
@@ -1,8 +1,8 @@
--- MySQL dump 10.13 Distrib 5.7.35, for Linux (x86_64)
+-- MySQL dump 10.13 Distrib 5.7.36, for Linux (x86_64)
--
-- Host: localhost Database: world
-- ------------------------------------------------------
--- Server version 5.7.35
+-- Server version 5.7.36
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -1418,7 +1418,7 @@ DROP TABLE IF EXISTS `gossip_menu`;
CREATE TABLE `gossip_menu` (
`MenuID` smallint(5) unsigned NOT NULL DEFAULT '0',
`TextID` mediumint(8) unsigned NOT NULL DEFAULT '0',
- `VerifiedBuild` smallint(5) NOT NULL DEFAULT '0',
+ `VerifiedBuild` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`MenuID`,`TextID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!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 2021-10-15 8:43:44
+-- Dump completed on 2021-11-15 16:22:43