DB/BattlePetSpecies: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with " {{Template:Sandbox/VersionRange|min_expansionlevel=5}}")
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:


{{Template:Sandbox/VersionRange|min_expansionlevel=5}}
{{Template:Sandbox/VersionRange|min_expansionlevel=5}}
==Flags==
{| style="background:#FCFCFC; color:black"
|-
! width="80" | Value
! width="600" | Description
|-
| 0x04 || {{Unverified|suppresses pet journal notifications}} <code>CGPetJournalInfo::ProcessPetUpdates</code>
|-
| 0x08 || captureable <code>Script_PetIsCapturable</code>
|-
| 0x10 || untradeable <code>Script_PetIsTradable</code>
|-
| 0x20 || unobtainable
|-
| 0x40 || unique
|-
| 0x80 || can't battle
|-
| 0x800|| random creature display - the pet's appearance is chosen randomly from its possible creature displays each time it is summoned (the majority of pets have a static appearance).
|}
[[Category:DBC]]

Latest revision as of 16:45, 15 February 2020

≥ Mists

Flags

Value Description
0x04 suppresses pet journal notifications CGPetJournalInfo::ProcessPetUpdates
0x08 captureable Script_PetIsCapturable
0x10 untradeable Script_PetIsTradable
0x20 unobtainable
0x40 unique
0x80 can't battle
0x800 random creature display - the pet's appearance is chosen randomly from its possible creature displays each time it is summoned (the majority of pets have a static appearance).