Dropped ragsrvinfo functionality (#4301)

This commit is contained in:
Jittapan Pluemsumran
2019-08-15 19:08:22 +07:00
committed by GitHub
parent 76698145e3
commit bc15f5ce14
10 changed files with 3 additions and 77 deletions

View File

@@ -986,18 +986,6 @@ CREATE TABLE IF NOT EXISTS `quest` (
PRIMARY KEY (`char_id`,`quest_id`)
) ENGINE=MyISAM;
--
-- Table structure for table `ragsrvinfo`
--
CREATE TABLE IF NOT EXISTS `ragsrvinfo` (
`index` int(11) NOT NULL default '0',
`name` varchar(255) NOT NULL default '',
`exp` int(11) unsigned NOT NULL default '0',
`jexp` int(11) unsigned NOT NULL default '0',
`drop` int(11) unsigned NOT NULL default '0'
) ENGINE=MyISAM;
--
-- Table structure for table `skill`
--

View File

@@ -0,0 +1 @@
DROP TABLE `ragsrvinfo`;