mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 11:28:22 +02:00
Removed isExclusive as it is now loaded from gamedata. Cleaned up keys for retainer inventory.
This commit is contained in:
parent
3066efeebb
commit
163f240cf9
5 changed files with 5 additions and 14 deletions
|
@ -48,4 +48,4 @@ CREATE TABLE `characters` (
|
|||
`homepoint` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`homepointInn` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=166 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue