Core/Pets: Save last summoned pet number in characters table

This commit is contained in:
Shauren
2022-01-31 21:34:48 +01:00
parent 0ef41fcda2
commit 8349444749
6 changed files with 23 additions and 25 deletions

View File

@@ -1826,6 +1826,7 @@ CREATE TABLE `characters` (
`trans_o` float NOT NULL DEFAULT '0',
`transguid` bigint unsigned NOT NULL DEFAULT '0',
`extra_flags` smallint unsigned NOT NULL DEFAULT '0',
`summonedPetNumber` int unsigned NOT NULL DEFAULT '0',
`at_login` smallint unsigned NOT NULL DEFAULT '0',
`zone` smallint unsigned NOT NULL DEFAULT '0',
`death_expire_time` bigint NOT NULL DEFAULT '0',