diff --git a/sql/gamedata_actor_class.sql b/sql/gamedata_actor_class.sql index 6c2bd137..dfdba4a1 100644 --- a/sql/gamedata_actor_class.sql +++ b/sql/gamedata_actor_class.sql @@ -7,7 +7,9 @@ Target Database: ffxiv_server Date: 8/14/2016 9:43:37 AM */ -SET FOREIGN_KEY_CHECKS=0; +SET FOREIGN_KEY_CHECKS = 0; +SET autocommit = 0; + -- ---------------------------- -- Table structure for gamedata_actor_class -- ---------------------------- @@ -8007,3 +8009,5 @@ INSERT INTO `gamedata_actor_class` VALUES ('9220405', '', '2', '0', null); INSERT INTO `gamedata_actor_class` VALUES ('9220406', '', '2', '0', null); INSERT INTO `gamedata_actor_class` VALUES ('9220407', '', '2', '0', null); INSERT INTO `gamedata_actor_class` VALUES ('9220408', '', '2', '0', null); + +COMMIT; \ No newline at end of file diff --git a/sql/gamedata_items_armor.sql b/sql/gamedata_items_armor.sql index 9b6a3f81..d3b4edc8 100644 --- a/sql/gamedata_items_armor.sql +++ b/sql/gamedata_items_armor.sql @@ -3648,6 +3648,8 @@ INSERT INTO `gamedata_items_armor` VALUES (9050078,0,0,0,0,0,-1,0,-1,0,-1,0,-1,0 INSERT INTO `gamedata_items_armor` VALUES (9050079,0,0,0,0,0,-1,0,-1,0,-1,0,-1,0); INSERT INTO `gamedata_items_armor` VALUES (9050080,0,0,0,0,0,-1,0,-1,0,-1,0,-1,0); INSERT INTO `gamedata_items_armor` VALUES (9050081,0,0,0,0,0,-1,0,-1,0,-1,0,-1,0); + +COMMIT; /*!40000 ALTER TABLE `gamedata_items_armor` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; diff --git a/sql/server_seamless_zonechange_bounds.sql b/sql/server_seamless_zonechange_bounds.sql index 2a94aa3b..a0497dd8 100644 --- a/sql/server_seamless_zonechange_bounds.sql +++ b/sql/server_seamless_zonechange_bounds.sql @@ -7,7 +7,9 @@ Target Database: ffxiv_server Date: 8/14/2016 9:43:11 AM */ -SET FOREIGN_KEY_CHECKS=0; +SET FOREIGN_KEY_CHECKS = 0; +SET autocommit = 0; + -- ---------------------------- -- Table structure for server_seamless_zonechange_bounds -- ---------------------------- @@ -36,3 +38,5 @@ CREATE TABLE `server_seamless_zonechange_bounds` ( -- ---------------------------- INSERT INTO `server_seamless_zonechange_bounds` VALUES ('1', '103', '155', '206', '115', '-1219', '55', '-1217', '33', '95', '-1279', '-1261', '55', '-1219', '95', '-1261'); INSERT INTO `server_seamless_zonechange_bounds` VALUES ('2', '103', '155', '150', '255', '-1139', '304', '-1125', '304', '338', '-1066', '-1046', '255', '-1125', '338', '-1066'); + +COMMIT; \ No newline at end of file diff --git a/sql/server_spawn_locations.sql b/sql/server_spawn_locations.sql index fa8064c6..2e9f6947 100644 --- a/sql/server_spawn_locations.sql +++ b/sql/server_spawn_locations.sql @@ -7,7 +7,9 @@ Target Database: ffxiv_server Date: 8/14/2016 9:43:16 AM */ -SET FOREIGN_KEY_CHECKS=0; +SET FOREIGN_KEY_CHECKS = 0; +SET autocommit = 0; + -- ---------------------------- -- Table structure for server_spawn_locations -- ---------------------------- @@ -755,3 +757,5 @@ INSERT INTO `server_spawn_locations` VALUES ('723', '1001432', 'mathye', '155', INSERT INTO `server_spawn_locations` VALUES ('724', '1000951', 'lonsygg', '155', '', '0', '162.79', '-1.48', '-1153.32', '1.94', '0', '0', null); INSERT INTO `server_spawn_locations` VALUES ('727', '1200021', 'testship', '230', '', '0', '-897', '0', '239', '0', '0', '0', null); INSERT INTO `server_spawn_locations` VALUES ('728', '1200052', '', '155', '', '0', '100', '7', '-1200', '0', '0', '0', null); + +COMMIT; \ No newline at end of file diff --git a/sql/server_zones.sql b/sql/server_zones.sql index 4c82fb7f..1d83110a 100644 --- a/sql/server_zones.sql +++ b/sql/server_zones.sql @@ -7,7 +7,9 @@ Target Database: ffxiv_server Date: 8/14/2016 9:43:28 AM */ -SET FOREIGN_KEY_CHECKS=0; +SET FOREIGN_KEY_CHECKS = 0; +SET autocommit = 0; + -- ---------------------------- -- Table structure for server_zones -- ---------------------------- @@ -142,3 +144,5 @@ INSERT INTO `server_zones` VALUES ('267', '109', null, 'Rivenroad', '', '0', '0' INSERT INTO `server_zones` VALUES ('268', '109', null, 'Rivenroad', '', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `server_zones` VALUES ('269', '101', null, 'Locke\'s Lie', '', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `server_zones` VALUES ('270', '101', null, 'Turtleback Island', '', '0', '0', '0', '0', '0', '0', '0', '0'); + +COMMIT; \ No newline at end of file diff --git a/sql/server_zones_spawnlocations.sql b/sql/server_zones_spawnlocations.sql index de15e81c..6aaa8298 100644 --- a/sql/server_zones_spawnlocations.sql +++ b/sql/server_zones_spawnlocations.sql @@ -7,7 +7,9 @@ Target Database: ffxiv_server Date: 8/14/2016 9:43:22 AM */ -SET FOREIGN_KEY_CHECKS=0; +SET FOREIGN_KEY_CHECKS = 0; +SET autocommit = 0; + -- ---------------------------- -- Table structure for server_zones_spawnlocations -- ---------------------------- @@ -39,3 +41,5 @@ INSERT INTO `server_zones_spawnlocations` VALUES ('10', '166', null, '16', '356. INSERT INTO `server_zones_spawnlocations` VALUES ('11', '244', null, '15', '0.048', '0', '-5.737', '0'); INSERT INTO `server_zones_spawnlocations` VALUES ('12', '244', null, '15', '-160.048', '0', '-165.737', '0'); INSERT INTO `server_zones_spawnlocations` VALUES ('13', '244', null, '15', '160.048', '0', '154.263', '0'); + +COMMIT; \ No newline at end of file