mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-28 07:37:56 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
DROP TABLE IF EXISTS `respawn_times`;
|
||||
CREATE TABLE `respawn_times` (
|
||||
`id` int(11) NOT NULL default '0',
|
||||
`start` int(11) NOT NULL default '0',
|
||||
`duration` int(11) NOT NULL default '0',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
||||
|
||||
ALTER TABLE `spawn2` DROP `timeleft`;
|
||||
Reference in New Issue
Block a user