Core/BattlePets: Basics for Battle Pets

This commit is contained in:
horn
2015-09-09 14:52:32 +02:00
parent e0fcb410b4
commit e8b1faa156
38 changed files with 5504 additions and 46 deletions

View File

@@ -2523,6 +2523,10 @@ CREATE TABLE `item_instance` (
`transmogrification` int(10) unsigned NOT NULL DEFAULT '0',
`upgradeId` int(10) unsigned NOT NULL DEFAULT '0',
`enchantIllusion` int(10) unsigned NOT NULL DEFAULT '0',
`battlePetSpeciesId` int(10) unsigned NOT NULL DEFAULT '0',
`battlePetBreedData` int(10) unsigned NOT NULL DEFAULT '0',
`battlePetLevel` smallint(5) unsigned NOT NULL DEFAULT '0',
`battlePetDisplayId` int(10) unsigned NOT NULL DEFAULT '0',
`bonusListIDs` text,
PRIMARY KEY (`guid`),
KEY `idx_owner_guid` (`owner_guid`)