Dropped ragsrvinfo functionality (#4301)
This commit is contained in:
committed by
GitHub
parent
76698145e3
commit
bc15f5ce14
@@ -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`
|
||||
--
|
||||
|
||||
1
sql-files/upgrades/upgrade_20190815.sql
Normal file
1
sql-files/upgrades/upgrade_20190815.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE `ragsrvinfo`;
|
||||
Reference in New Issue
Block a user