mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Merged in takhlaq/ffxiv-classic-server/null (pull request #38)
added db launch args and improved import time on gamedata_actor_class.sql
This commit is contained in:
		| @@ -6,18 +6,18 @@ Target Host: localhost | ||||
| Target Database: ffxiv_server | ||||
| Date: 3/8/2017 9:12:48 AM | ||||
| */ | ||||
| 
 | ||||
| SET autocommit=0; | ||||
| SET FOREIGN_KEY_CHECKS=0; | ||||
| -- ---------------------------- | ||||
| -- Table structure for gamedata_actor_class | ||||
| -- ---------------------------- | ||||
| CREATE TABLE `gamedata_actor_class` ( | ||||
|   `id` int(10) unsigned NOT NULL, | ||||
|   `classPath` varchar(64) NOT NULL, | ||||
|   `displayNameId` int(10) unsigned NOT NULL DEFAULT '4294967295', | ||||
|   `propertyFlags` int(10) unsigned NOT NULL DEFAULT '0', | ||||
|   `eventConditions` longtext, | ||||
|   PRIMARY KEY (`id`) | ||||
| CREATE TABLE `gamedata_actor_class` ( | ||||
|   `id` int(10) unsigned NOT NULL, | ||||
|   `classPath` varchar(64) NOT NULL, | ||||
|   `displayNameId` int(10) unsigned NOT NULL DEFAULT '4294967295', | ||||
|   `propertyFlags` int(10) unsigned NOT NULL DEFAULT '0', | ||||
|   `eventConditions` longtext, | ||||
|   PRIMARY KEY (`id`) | ||||
| ) ENGINE=InnoDB DEFAULT CHARSET=latin1; | ||||
| 
 | ||||
| -- ---------------------------- | ||||
| @@ -8007,3 +8007,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; | ||||
		Reference in New Issue
	
	Block a user