DB/GarrAbility: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
 
Line 7: Line 7:
! width="80" | Value
! width="80" | Value
! width="400" | Description
! width="400" | Description
! width="400" | EnumeratedString 446
|-
|-
| 0x001 || IsTrait
| 0x001 || IsTrait || Is Trait
|-
|-
| 0x002 || NoRandomSelection
| 0x002 || NoRandomSelection || No Random Selection
|-
|-
| 0x004 || HordeOnly
| 0x004 || HordeOnly || Horde Only
|-
|-
| 0x008 || AllianceOnly
| 0x008 || AllianceOnly || Alliance Only
|-
|-
| 0x010 || NoReroll
| 0x010 || NoReroll || Not Re-Rollable
|-
|-
| 0x020 || FirstSlotOnly
| 0x020 || FirstSlotOnly || First Slot Only
|-
|-
| 0x040 || SingleMissionDuration
| 0x040 || SingleMissionDuration || Single Mission Duration
|-
|-
| 0x080 || ActiveOnlyOnZoneSupport
| 0x080 || ActiveOnlyOnZoneSupport || Zone Supported Missions Only
|-
|-
| 0x100 || ApplyToFirstMission
| 0x100 || ApplyToFirstMission || Apply Only to First Mission of the Day
|-
|-
| 0x200 || IsSpecialization
| 0x200 || IsSpecialization || Is Specialization
|-
|-
| 0x400 || IsEmptySlot
| 0x400 || IsEmptySlot || Treat As Equipment Empty Slot
|}
|}


[[Category:DBC]]
[[Category:DBC]]

Latest revision as of 23:36, 26 June 2024

≥ WoD

Flags

Value Description EnumeratedString 446
0x001 IsTrait Is Trait
0x002 NoRandomSelection No Random Selection
0x004 HordeOnly Horde Only
0x008 AllianceOnly Alliance Only
0x010 NoReroll Not Re-Rollable
0x020 FirstSlotOnly First Slot Only
0x040 SingleMissionDuration Single Mission Duration
0x080 ActiveOnlyOnZoneSupport Zone Supported Missions Only
0x100 ApplyToFirstMission Apply Only to First Mission of the Day
0x200 IsSpecialization Is Specialization
0x400 IsEmptySlot Treat As Equipment Empty Slot