
* Implemented official pet evolution system * Added evolved pets to pet database * Corrected various pet system mechanics * Migrated pet database to YAML format and the converter from CSV format Thanks to @Lemongrass3110 @aleos89 and @Atemo for their suggestions and additional fixes
3 lines
91 B
SQL
3 lines
91 B
SQL
ALTER TABLE `pet`
|
|
ADD COLUMN `autofeed` tinyint(2) NOT NULL default '0' AFTER `incubate`;
|