Pet evolution changes.

This commit is contained in:
MobiusDevelopment
2022-10-19 21:28:48 +00:00
parent 9be9578a5e
commit 68af1ad1e7
9 changed files with 353 additions and 276 deletions

View File

@@ -1,7 +1,7 @@
DROP TABLE IF EXISTS `pets`;
CREATE TABLE IF NOT EXISTS `pets` (
`item_obj_id` int(10) unsigned NOT NULL,
`name` varchar(16),
`name` varchar(36),
`level` smallint(2) unsigned NOT NULL,
`curHp` int(9) unsigned DEFAULT '0',
`curMp` int(9) unsigned DEFAULT '0',