eol fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1321 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
5927adb9bd
commit
79e0161686
@ -1,3 +1,3 @@
|
||||
ALTER TABLE `char` ADD `father` int(11) NOT NULL default '0';
|
||||
ALTER TABLE `char` ADD `mother` int(11) NOT NULL default '0';
|
||||
ALTER TABLE `char` ADD `father` int(11) NOT NULL default '0';
|
||||
ALTER TABLE `char` ADD `mother` int(11) NOT NULL default '0';
|
||||
ALTER TABLE `char` ADD `child` int(11) NOT NULL default '0';
|
Loading…
x
Reference in New Issue
Block a user