# Conflicts:
#	sql/characters.sql
This commit is contained in:
Tahir Akhlaq 2016-12-05 14:29:19 +00:00
commit a2d4879cdd
2 changed files with 2 additions and 2 deletions

View file

@ -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;