DB/BattlePetSpecies: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
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
|}
[[Category:DBC]]
[[Category:DBC]]

Revision as of 10:58, 16 April 2019

≥ 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