aboutsummaryrefslogtreecommitdiff
path: root/sql/base/dev
diff options
context:
space:
mode:
authorTDB Release <tdb-release@build.bot>2022-02-16 21:54:52 +0000
committerTDB Release <tdb-release@build.bot>2022-02-16 21:54:52 +0000
commitcb8b06e836f2e4fa988caf564fdfa5c735419bfb (patch)
treeaa4e336d02b437ee8847ba12754b69949a16be00 /sql/base/dev
parent7861c764f4c78da5ab017c8cea5ffc5e84570f4a (diff)
TDB 335.22021 - 2022/02/16TDB335.22021
Diffstat (limited to 'sql/base/dev')
-rw-r--r--sql/base/dev/world_database.sql14
1 files changed, 7 insertions, 7 deletions
diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql
index 2b7e24268a1..b51d070b22a 100644
--- a/sql/base/dev/world_database.sql
+++ b/sql/base/dev/world_database.sql
@@ -248,7 +248,7 @@ CREATE TABLE `broadcast_text` (
`SoundEntriesID` mediumint unsigned NOT NULL DEFAULT '0',
`EmotesID` mediumint unsigned NOT NULL DEFAULT '0',
`Flags` mediumint unsigned NOT NULL DEFAULT '0',
- `VerifiedBuild` smallint DEFAULT '0',
+ `VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -1161,7 +1161,7 @@ CREATE TABLE `game_tele` (
`map` smallint unsigned NOT NULL DEFAULT '0',
`name` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
-) ENGINE=MyISAM AUTO_INCREMENT=1433 DEFAULT CHARSET=utf8mb3 COMMENT='Tele Command';
+) ENGINE=MyISAM AUTO_INCREMENT=1517 DEFAULT CHARSET=utf8mb3 COMMENT='Tele Command';
/*!40101 SET character_set_client = @saved_cs_client */;
--
@@ -2091,7 +2091,7 @@ CREATE TABLE `page_text` (
`ID` mediumint unsigned NOT NULL DEFAULT '0',
`Text` longtext NOT NULL,
`NextPageID` mediumint unsigned NOT NULL DEFAULT '0',
- `VerifiedBuild` smallint DEFAULT '0',
+ `VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COMMENT='Item System';
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -2539,7 +2539,7 @@ CREATE TABLE `quest_details` (
`EmoteDelay2` int unsigned NOT NULL DEFAULT '0',
`EmoteDelay3` int unsigned NOT NULL DEFAULT '0',
`EmoteDelay4` int unsigned NOT NULL DEFAULT '0',
- `VerifiedBuild` smallint NOT NULL DEFAULT '0',
+ `VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -2611,7 +2611,7 @@ CREATE TABLE `quest_offer_reward` (
`EmoteDelay3` int unsigned NOT NULL DEFAULT '0',
`EmoteDelay4` int unsigned NOT NULL DEFAULT '0',
`RewardText` text,
- `VerifiedBuild` smallint NOT NULL DEFAULT '0',
+ `VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -2716,7 +2716,7 @@ CREATE TABLE `quest_request_items` (
`EmoteOnComplete` smallint unsigned NOT NULL DEFAULT '0',
`EmoteOnIncomplete` smallint unsigned NOT NULL DEFAULT '0',
`CompletionText` text,
- `VerifiedBuild` smallint NOT NULL DEFAULT '0',
+ `VerifiedBuild` int NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`)
) 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-01-15 18:06:00
+-- Dump completed on 2022-02-16 21:52:05