mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
TDB 335.21111 - 2021/11/15
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user