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:
parent
bd9dc5d09e
commit
2ab9272cf8
@ -451,7 +451,6 @@ CREATE TABLE `storage` (
|
|||||||
KEY `account_id` (`account_id`)
|
KEY `account_id` (`account_id`)
|
||||||
) TYPE=MyISAM;
|
) TYPE=MyISAM;
|
||||||
|
|
||||||
USE `ragnarok`;
|
|
||||||
CREATE TABLE `friends` (
|
CREATE TABLE `friends` (
|
||||||
`id` int(11) NOT NULL auto_increment,
|
`id` int(11) NOT NULL auto_increment,
|
||||||
`account_id` int(11) NOT NULL default '0',
|
`account_id` int(11) NOT NULL default '0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user