Implemented pet ranking.

This commit is contained in:
MobiusDevelopment
2022-10-19 21:16:56 +00:00
parent 525f7e018a
commit 9be9578a5e
22 changed files with 778 additions and 614 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',