mirror of
https://github.com/araxiaonline/OneDB.git
synced 2026-06-13 03:02:22 -04:00
Use at least ae build version in quest_properties
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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=7 DEFAULT CHARSET=latin1;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
|
||||
|
||||
DELETE FROM `world_db_version`;
|
||||
/*!40000 ALTER TABLE `world_db_version` DISABLE KEYS */;
|
||||
@@ -18,7 +18,8 @@ INSERT INTO `world_db_version` (`id`, `LastUpdate`) VALUES
|
||||
(3, '1.3.20_build_player_xp_for_level'),
|
||||
(4, '1.3.21_build_creature_properties'),
|
||||
(5, '1.3.22_build_gameobject_properties'),
|
||||
(6, '1.3.23_build_item_properties');
|
||||
(6, '1.3.23_build_item_properties'),
|
||||
(7, '1.3.24_build_quest_properties');
|
||||
/*!40000 ALTER TABLE `world_db_version` ENABLE KEYS */;
|
||||
|
||||
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
|
||||
|
||||
11
Updates/1.3.24_build_quest_properties.sql
Normal file
11
Updates/1.3.24_build_quest_properties.sql
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user