mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-05 01:01:34 +02:00
Fixed Map Server build script to copy scripts folder.
Added world_config.ini to World Server build script. Adjusted characters.sql to make the lobby server happy again.
This commit is contained in:
parent
d918ad3776
commit
23ce361801
3 changed files with 7 additions and 8 deletions
|
@ -32,11 +32,11 @@ CREATE TABLE `characters` (
|
|||
`currentPrivateAreaType` int(10) unsigned DEFAULT '0',
|
||||
`destinationZoneId` smallint(5) unsigned DEFAULT '0',
|
||||
`destinationSpawnType` tinyint(3) unsigned DEFAULT '0',
|
||||
`guardian` tinyint(3) unsigned NOT NULL,
|
||||
`birthDay` tinyint(3) unsigned NOT NULL,
|
||||
`birthMonth` tinyint(3) unsigned NOT NULL,
|
||||
`initialTown` tinyint(3) unsigned NOT NULL,
|
||||
`tribe` tinyint(3) unsigned NOT NULL,
|
||||
`guardian` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`birthDay` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`birthMonth` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`initialTown` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`tribe` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`gcCurrent` tinyint(3) unsigned DEFAULT '0',
|
||||
`gcLimsaRank` tinyint(3) unsigned DEFAULT '127',
|
||||
`gcGridaniaRank` tinyint(3) unsigned DEFAULT '127',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue