summaryrefslogtreecommitdiff
path: root/sql-files/main.sql
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-29 04:49:37 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-29 04:49:37 +0000
commit081726a5517e98c4918a4659a7cbce17b34e843a (patch)
tree5a8bbc0c5c42f2e513e98a35a9161614e58da2fe /sql-files/main.sql
parent64222fdc35acf719398aee8581b5009439ac32d6 (diff)
downloadhercules-081726a5517e98c4918a4659a7cbce17b34e843a.tar.gz
hercules-081726a5517e98c4918a4659a7cbce17b34e843a.tar.bz2
hercules-081726a5517e98c4918a4659a7cbce17b34e843a.tar.xz
hercules-081726a5517e98c4918a4659a7cbce17b34e843a.zip
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
Diffstat (limited to 'sql-files/main.sql')
-rw-r--r--sql-files/main.sql3
1 files changed, 1 insertions, 2 deletions
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