Removal of BoxInstance class.

This commit is contained in:
MobiusDevelopment
2020-01-24 20:07:26 +00:00
parent 58f656ad74
commit 04b3b58658
7 changed files with 1 additions and 498 deletions

View File

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

View File

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