aboutsummaryrefslogtreecommitdiff
path: root/sql/base
diff options
context:
space:
mode:
authorTDB Release <tdb-release@build.bot>2019-07-15 05:59:57 +0000
committerTDB Release <tdb-release@build.bot>2019-07-15 05:59:57 +0000
commitf46644c92585c5bccc612363d1b8aae5d0667960 (patch)
tree197d1eddb89478d66e87aac0b6c726806921ac5b /sql/base
parent374597c8e96c886f1e3647d405bf3160c8b98bf8 (diff)
TDB 335.19071 - 2019/07/15TDB335.19071
Diffstat (limited to 'sql/base')
-rw-r--r--sql/base/auth_database.sql9
-rw-r--r--sql/base/characters_database.sql50
-rw-r--r--sql/base/dev/world_database.sql48
3 files changed, 68 insertions, 39 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql
index 2018786b018..f714714f6a7 100644
--- a/sql/base/auth_database.sql
+++ b/sql/base/auth_database.sql
@@ -1002,8 +1002,8 @@ INSERT INTO `rbac_permissions` VALUES
(5,'Join Arenas'),
(6,'Join Dungeon Finder'),
(7,'Skip idle connection check'),
-(8,"Cannot earn achievements"),
-(9,"Cannot earn realm first achievements"),
+(8,'Cannot earn achievements'),
+(9,'Cannot earn realm first achievements'),
(11,'Log GM trades'),
(13,'Skip Instance required bosses check'),
(14,'Skip character creation team mask check'),
@@ -1793,7 +1793,8 @@ INSERT INTO `updates` VALUES
('2019_06_06_00_auth.sql','6DE8159E04BEE7BA0A4A81D72D160EB74934B6A5','ARCHIVED','2019-06-06 18:09:54',0),
('2019_06_15_00_auth.sql','456B92D99FFD2E7B6CBF64F4C68555A42B24B298','ARCHIVED','2019-06-15 07:33:45',0),
('2019_06_16_00_auth.sql','B14AED4D3387B56FF8C8161D3671750AEEAE0F2E','ARCHIVED','2019-06-15 23:32:12',0),
-('2019_06_21_00_auth.sql','C519239830204B68E710F698BC0C9E89B6D5FD24','ARCHIVED','2019-06-20 19:43:50',0);
+('2019_06_21_00_auth.sql','C519239830204B68E710F698BC0C9E89B6D5FD24','ARCHIVED','2019-06-20 19:43:50',0),
+('2019_07_15_00_auth.sql','64B491CD197A4466D7F739D67DD30C9502FF393A','ARCHIVED','2019-07-15 05:57:41',5);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;
@@ -1895,4 +1896,4 @@ SET character_set_client = @saved_cs_client;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
--- Dump completed on 2019-06-15 7:33:48
+-- Dump completed on 2019-07-15 5:57:44
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql
index bc4a691747c..3b1ceb58b66 100644
--- a/sql/base/characters_database.sql
+++ b/sql/base/characters_database.sql
@@ -1447,24 +1447,6 @@ LOCK TABLES `corpse` WRITE;
UNLOCK TABLES;
--
--- Table structure for table `respawn`
---
-
-DROP TABLE IF EXISTS `respawn`;
-/*!40101 SET @saved_cs_client = @@character_set_client */;
-/*!40101 SET character_set_client = utf8 */;
-CREATE TABLE `respawn` (
- `type` smallint(10) unsigned NOT NULL,
- `spawnId` int(10) unsigned NOT NULL,
- `respawnTime` bigint(20) unsigned NOT NULL,
- `mapId` smallint(10) unsigned NOT NULL,
- `instanceId` int(10) unsigned NOT NULL,
- PRIMARY KEY (`type`,`spawnId`,`instanceId`),
- KEY `idx_instance` (`instanceId`)
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stored respawn times';
-/*!40101 SET character_set_client = @saved_cs_client */;
-
---
-- Table structure for table `game_event_condition_save`
--
@@ -2542,6 +2524,33 @@ LOCK TABLES `reserved_name` WRITE;
UNLOCK TABLES;
--
+-- Table structure for table `respawn`
+--
+
+DROP TABLE IF EXISTS `respawn`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `respawn` (
+ `type` smallint(10) unsigned NOT NULL,
+ `spawnId` int(10) unsigned NOT NULL,
+ `respawnTime` bigint(20) unsigned NOT NULL,
+ `mapId` smallint(10) unsigned NOT NULL,
+ `instanceId` int(10) unsigned NOT NULL,
+ PRIMARY KEY (`type`,`spawnId`,`instanceId`),
+ KEY `idx_instance` (`instanceId`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Stored respawn times';
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `respawn`
+--
+
+LOCK TABLES `respawn` WRITE;
+/*!40000 ALTER TABLE `respawn` DISABLE KEYS */;
+/*!40000 ALTER TABLE `respawn` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
-- Table structure for table `updates`
--
@@ -2599,7 +2608,8 @@ INSERT INTO `updates` VALUES
('2019_04_15_00_characters.sql','942FB57BF890E523B35B9BFEF3686CB0AA52B795','ARCHIVED','2019-04-15 06:16:09',0),
('2019_05_15_00_characters.sql','A12F21C8044C8BC8E2AA17F4C6CEB8B722CBC714','ARCHIVED','2019-05-15 06:13:20',0),
('2019_06_15_00_characters.sql','32DA6E004D7DD6EFFB0BB26238D17F6CC9E51DE6','ARCHIVED','2019-06-15 07:33:45',0),
-('2019_07_14_00_characters.sql','A141F4F15BDF0320483921429871D4C572BD7E2D','ARCHIVED','2019-07-04 00:00:00',0);
+('2019_07_14_00_characters.sql','A141F4F15BDF0320483921429871D4C572BD7E2D','ARCHIVED','2019-07-04 00:00:00',0),
+('2019_07_15_00_characters.sql','5BCF35896BB36A306CE79CF1E3F1945FAF9019D9','ARCHIVED','2019-07-15 05:57:41',4);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;
@@ -2765,4 +2775,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
--- Dump completed on 2019-06-15 7:33:48
+-- Dump completed on 2019-07-15 5:57:44
diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql
index ef21172ddbb..32d12d9dcb5 100644
--- a/sql/base/dev/world_database.sql
+++ b/sql/base/dev/world_database.sql
@@ -623,20 +623,6 @@ CREATE TABLE `creature_template` (
`lootid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`pickpocketloot` mediumint(8) unsigned NOT NULL DEFAULT '0',
`skinloot` mediumint(8) unsigned NOT NULL DEFAULT '0',
- `resistance1` smallint(6) NOT NULL DEFAULT '0',
- `resistance2` smallint(6) NOT NULL DEFAULT '0',
- `resistance3` smallint(6) NOT NULL DEFAULT '0',
- `resistance4` smallint(6) NOT NULL DEFAULT '0',
- `resistance5` smallint(6) NOT NULL DEFAULT '0',
- `resistance6` smallint(6) NOT NULL DEFAULT '0',
- `spell1` mediumint(8) unsigned NOT NULL DEFAULT '0',
- `spell2` mediumint(8) unsigned NOT NULL DEFAULT '0',
- `spell3` mediumint(8) unsigned NOT NULL DEFAULT '0',
- `spell4` mediumint(8) unsigned NOT NULL DEFAULT '0',
- `spell5` mediumint(8) unsigned NOT NULL DEFAULT '0',
- `spell6` mediumint(8) unsigned NOT NULL DEFAULT '0',
- `spell7` mediumint(8) unsigned NOT NULL DEFAULT '0',
- `spell8` mediumint(8) unsigned NOT NULL DEFAULT '0',
`PetSpellDataId` mediumint(8) unsigned NOT NULL DEFAULT '0',
`VehicleId` mediumint(8) unsigned NOT NULL DEFAULT '0',
`mingold` mediumint(8) unsigned NOT NULL DEFAULT '0',
@@ -719,6 +705,38 @@ CREATE TABLE `creature_template_movement` (
/*!40101 SET character_set_client = @saved_cs_client */;
--
+-- Table structure for table `creature_template_resistance`
+--
+
+DROP TABLE IF EXISTS `creature_template_resistance`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `creature_template_resistance` (
+ `CreatureID` mediumint(8) unsigned NOT NULL,
+ `School` tinyint(6) unsigned NOT NULL,
+ `Resistance` smallint(6) DEFAULT NULL,
+ `VerifiedBuild` smallint(5) DEFAULT '0',
+ PRIMARY KEY (`CreatureID`,`School`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Table structure for table `creature_template_spell`
+--
+
+DROP TABLE IF EXISTS `creature_template_spell`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `creature_template_spell` (
+ `CreatureID` mediumint(8) unsigned NOT NULL,
+ `Index` tinyint(6) unsigned NOT NULL DEFAULT '0',
+ `Spell` mediumint(8) unsigned DEFAULT NULL,
+ `VerifiedBuild` smallint(5) DEFAULT '0',
+ PRIMARY KEY (`CreatureID`,`Index`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
-- Table structure for table `creature_text`
--
@@ -3826,4 +3844,4 @@ CREATE TABLE `waypoints` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
--- Dump completed on 2019-06-15 7:33:48
+-- Dump completed on 2019-07-15 5:57:44