summaryrefslogtreecommitdiff
path: root/sql-files/main.sql
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2014-05-16 19:26:58 +0200
committerHaruna <haru@dotalux.com>2014-05-16 19:26:58 +0200
commit296791de1028e60485784a81b1bd8ac493bd9d63 (patch)
tree76612807cd798428d6b199a5de02f42e518fdfab /sql-files/main.sql
parentbc1d286cc71a7ae82d9639f4a832970a287c0d71 (diff)
parent5f5380e8d5fa2e6042813e35101cb33b656e3972 (diff)
downloadhercules-296791de1028e60485784a81b1bd8ac493bd9d63.tar.gz
hercules-296791de1028e60485784a81b1bd8ac493bd9d63.tar.bz2
hercules-296791de1028e60485784a81b1bd8ac493bd9d63.tar.xz
hercules-296791de1028e60485784a81b1bd8ac493bd9d63.zip
Merge pull request #284 from MrKeiKun/fix_pet_table
Renamed incuvate of Pet System
Diffstat (limited to 'sql-files/main.sql')
-rw-r--r--sql-files/main.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql-files/main.sql b/sql-files/main.sql
index 25045226a..9c2c1ca43 100644
--- a/sql-files/main.sql
+++ b/sql-files/main.sql
@@ -577,7 +577,7 @@ CREATE TABLE IF NOT EXISTS `pet` (
`intimate` smallint(9) unsigned NOT NULL default '0',
`hungry` smallint(9) unsigned NOT NULL default '0',
`rename_flag` tinyint(4) unsigned NOT NULL default '0',
- `incuvate` int(11) unsigned NOT NULL default '0',
+ `incubate` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`pet_id`)
) ENGINE=MyISAM;
@@ -668,6 +668,7 @@ INSERT INTO `sql_updates` (`timestamp`) VALUES (1392832626); -- 2014-02-19--17-5
INSERT INTO `sql_updates` (`timestamp`) VALUES (1395789302); -- 2014-03-25--23-57.sql
INSERT INTO `sql_updates` (`timestamp`) VALUES (1396893866); -- 2014-04-07--22-04.sql
INSERT INTO `sql_updates` (`timestamp`) VALUES (1398477600); -- 2014-04-26--10-00.sql
+INSERT INTO `sql_updates` (`timestamp`) VALUES (1400256139); -- 2014-05-17--00-06.sql
--
-- Table structure for table `sstatus`