From 081726a5517e98c4918a4659a7cbce17b34e843a Mon Sep 17 00:00:00 2001 From: amber Date: Mon, 29 Nov 2004 04:49:37 +0000 Subject: removed a USE that should not be there git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@410 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/main.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sql-files/main.sql') diff --git a/sql-files/main.sql b/sql-files/main.sql index 8ebe8ffca..bf266d65a 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -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 \ No newline at end of file +) TYPE=MyISAM -- cgit v1.2.3-70-g09d2