Removal of BoxInstance class.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `boxaccess`
|
||||
--
|
||||
CREATE TABLE IF NOT EXISTS boxaccess (
|
||||
spawn decimal(11,0) default NULL,
|
||||
charname varchar(32) default NULL
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
@@ -1,14 +0,0 @@
|
||||
--
|
||||
-- Table structure for table `boxes`
|
||||
--
|
||||
CREATE TABLE IF NOT EXISTS boxes (
|
||||
id int(11) NOT NULL auto_increment,
|
||||
spawn decimal(11,0) default NULL,
|
||||
npcid decimal(11,0) default NULL,
|
||||
drawer varchar(32) default NULL,
|
||||
itemid decimal(11,0) default NULL,
|
||||
name varchar(32) default '',
|
||||
count decimal(11,0) default NULL,
|
||||
enchant decimal(2,0) default NULL,
|
||||
PRIMARY KEY (id)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
Reference in New Issue
Block a user