Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name few 11.0.7 fields #197

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions definitions/LFGDungeons.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ int<FileData::ID> RewardsBgTextureFileID
int Difficulty
int<ContentTuning::ID> ContentTuningID
int MaxPremadeGroupSize?
int Unknown_count_tank?
int Unknown_count_healer?
int Unknown_count_damage?
int Max_premade_count_tank?
int Max_premade_count_healer?
int Max_premade_count_damage?

BUILD 2.0.0.5610-2.0.0.5991
BUILD 1.9.0.4937-1.12.3.6141
Expand Down Expand Up @@ -1012,9 +1012,9 @@ Count_damage<u8>
Min_count_tank<u8>
Min_count_healer<u8>
Min_count_damage<u8>
Unknown_count_tank<u8>
Unknown_count_healer<u8>
Unknown_count_damage<u8>
Max_premade_count_tank<u8>
Max_premade_count_healer<u8>
Max_premade_count_damage<u8>
Bonus_reputation_amount<u16>
MentorItemLevel<u16>
MentorCharLevel<u8>
Expand Down
10 changes: 5 additions & 5 deletions definitions/Vignette.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ int<QuestV2::ID> VisibleTrackingQuestID
int VignetteType // 0 = Normal, 1 = PvpBounty, 2 = Torghast, 3 = Treasure
int<QuestV2::ID> RewardQuestID
int UiWidgetSetID?
int Field_11_0_7_57361_010?
int Field_11_0_7_57409_011?
int<UIMapPinInfo::ID> UiMapPinInfoID?
int ObjectiveType?

LAYOUT DCB9DC5F
BUILD 2.5.4.42581, 2.5.4.42695, 2.5.4.42757, 2.5.4.42800, 2.5.4.42869, 2.5.4.42870, 2.5.4.42873, 2.5.4.42917, 2.5.4.42940, 2.5.4.43400, 2.5.4.43638, 2.5.4.43861, 2.5.4.44036, 2.5.4.44171, 2.5.4.44400, 2.5.4.44833
Expand Down Expand Up @@ -231,7 +231,7 @@ MinHeight
VignetteType<8>
RewardQuestID<32>
UiWidgetSetID<32>
Field_11_0_7_57361_010<32>
UiMapPinInfoID<32>

LAYOUT 1A5A691B
BUILD 11.0.7.57409, 11.0.7.57528, 11.0.7.57641, 11.0.7.57788, 11.0.7.58046, 11.0.7.58123, 11.0.7.58162
Expand All @@ -246,5 +246,5 @@ MinHeight
VignetteType<8>
RewardQuestID<32>
UiWidgetSetID<32>
Field_11_0_7_57361_010<32>
Field_11_0_7_57409_011<8>
UiMapPinInfoID<32>
ObjectiveType<8>
Loading