removed a USE that should not be there

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@410 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
amber 2004-11-29 04:49:37 +00:00
parent bd9dc5d09e
commit 2ab9272cf8

View File

@ -451,7 +451,6 @@ CREATE TABLE `storage` (
KEY `account_id` (`account_id`)
) TYPE=MyISAM;
USE `ragnarok`;
CREATE TABLE `friends` (
`id` int(11) NOT NULL auto_increment,
`account_id` int(11) NOT NULL default '0',
@ -497,4 +496,4 @@ CREATE TABLE `friends` (
`name20` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`),
KEY `account_id` (`account_id`)
) TYPE=MyISAM
) TYPE=MyISAM