Updated quest_properties

* Added updates and set the build values.
This commit is contained in:
Zyres
2018-04-22 20:18:05 +02:00
parent 942e7f50a1
commit 8bace11336
3 changed files with 14764 additions and 9224 deletions

File diff suppressed because one or more lines are too long

View File

@@ -8,7 +8,7 @@ CREATE TABLE IF NOT EXISTS `world_db_version` (
`id` smallint(6) NOT NULL AUTO_INCREMENT,
`LastUpdate` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=latin1;
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=latin1;
DELETE FROM `world_db_version`;
/*!40000 ALTER TABLE `world_db_version` DISABLE KEYS */;
@@ -34,7 +34,8 @@ INSERT INTO `world_db_version` (`id`, `LastUpdate`) VALUES
(19, '1.3.36_playercreateinfo_displayid'),
(20, '1.3.37_worgen_goblin_language'),
(21, '1.3.38_recall'),
(22, '1.3.39_event_properties');
(22, '1.3.39_event_properties'),
(23, '1.3.40_quest_properties');
/*!40000 ALTER TABLE `world_db_version` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;

File diff suppressed because one or more lines are too long