mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 22:44:36 +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
|
@ -20,7 +20,7 @@ CREATE TABLE `server_items` (
|
|||
`isAttached` tinyint(1) unsigned DEFAULT '0',
|
||||
`isDealing` tinyint(1) unsigned DEFAULT '0',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=2659 DEFAULT CHARSET=utf8;
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
|
||||
|
||||
-- ----------------------------
|
||||
-- Records
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue