mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 14:34:32 +02:00
Merge branch 'develop' of https://bitbucket.org/Ioncannon/ffxiv-classic-server into ezpz
# Conflicts: # sql/characters.sql
This commit is contained in:
commit
a2d4879cdd
2 changed files with 2 additions and 2 deletions
|
@ -46,4 +46,4 @@ CREATE TABLE `characters` (
|
|||
`currentPartyGroupId` bigint(20) unsigned DEFAULT '0',
|
||||
`currentRetainerGroupId` bigint(20) unsigned DEFAULT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=162 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
|
Loading…
Add table
Add a link
Reference in a new issue