git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1321 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
amber 2005-03-29 04:04:50 +00:00
parent 5927adb9bd
commit 79e0161686

View File

@ -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';