aboutsummaryrefslogtreecommitdiff
path: root/sql/base/dev
diff options
context:
space:
mode:
authorTDB Release <tdb-release@build.bot>2019-04-15 06:18:32 +0000
committerTDB Release <tdb-release@build.bot>2019-04-15 06:18:32 +0000
commit145f7d6a74c4f845dbe3c0ac333a0d5fe53c0c19 (patch)
treefb3a4a0403563abd1450a84ebd4c688630b7b108 /sql/base/dev
parent12285b97806eb4efdb99c55d7688f7791df235c8 (diff)
TDB 335.19041 - 2019/04/15TDB335.19041
Diffstat (limited to 'sql/base/dev')
-rw-r--r--sql/base/dev/world_database.sql7
1 files changed, 4 insertions, 3 deletions
diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql
index 60e905dc79a..4a4ad1bc1c0 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.24, for Linux (x86_64)
+-- MySQL dump 10.13 Distrib 5.7.25, for Linux (x86_64)
--
-- Host: localhost Database: world
-- ------------------------------------------------------
--- Server version 5.7.24-0ubuntu0.16.04.1
+-- Server version 5.7.25-0ubuntu0.16.04.2
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
@@ -2815,6 +2815,7 @@ CREATE TABLE `quest_template_addon` (
`PrevQuestID` mediumint(8) NOT NULL DEFAULT '0',
`NextQuestID` mediumint(8) unsigned NOT NULL DEFAULT '0',
`ExclusiveGroup` mediumint(8) NOT NULL DEFAULT '0',
+ `BreadcrumbForQuestId` mediumint(8) NOT NULL DEFAULT '0',
`RewardMailTemplateID` mediumint(8) unsigned NOT NULL DEFAULT '0',
`RewardMailDelay` int(10) unsigned NOT NULL DEFAULT '0',
`RequiredSkillID` smallint(5) unsigned NOT NULL DEFAULT '0',
@@ -3825,4 +3826,4 @@ CREATE TABLE `waypoints` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
--- Dump completed on 2019-03-19 7:18:01
+-- Dump completed on 2019-04-15 6:16:12