mirror of
https://github.com/araxiaonline/OneDB.git
synced 2026-06-13 03:02:22 -04:00
Updated quest_properties
* Added updates and set the build values.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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
Reference in New Issue
Block a user