Skip to content

Commit

Permalink
Merge pull request #174 from Dorovon/master
Browse files Browse the repository at this point in the history
update UIModifiedInstance and fix some other fields
  • Loading branch information
Marlamin authored May 3, 2024
2 parents 34d1669 + bec18f8 commit 69579e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
6 changes: 2 additions & 4 deletions definitions/CollectableSourceEncounter.dbd
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
COLUMNS
int ID?
int<CollectableSourceInfo::ID> CollectableSourceInfoID?
int Field_11_0_0_54464_000?
int Field_11_0_0_54464_001?

LAYOUT 4FE04777
BUILD 11.0.0.54210, 11.0.0.54289, 11.0.0.54311, 11.0.0.54361
Expand All @@ -17,5 +15,5 @@ $noninline,relation$CollectableSourceInfoID<32>

LAYOUT FC4F6701
BUILD 11.0.0.54464, 11.0.0.54521
$id$Field_11_0_0_54464_000<32>
$noninline,relation$Field_11_0_0_54464_001<32>
$id$ID<32>
$noninline,relation$CollectableSourceInfoID<32>
3 changes: 1 addition & 2 deletions definitions/SoundFilterElem.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ int<SoundFilter::ID> SoundFilterID
int OrderIndex
int FilterType
float Params
int Field_11_0_0_54464_002?

BUILD 6.0.1.18179
BUILD 4.0.0.11792
Expand Down Expand Up @@ -103,4 +102,4 @@ BUILD 11.0.0.54464, 11.0.0.54521
$noninline,id$ID<32>
Params[9]
FilterType<8>
$noninline,relation$Field_11_0_0_54464_002<32>
$noninline,relation$SoundFilterID<32>
8 changes: 4 additions & 4 deletions definitions/UIModifiedInstance.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ int<ItemLevelSelector::ID> NormalItemLevel?
int<ItemLevelSelector::ID> HeroicItemLevel?
int<ItemLevelSelector::ID> MythicItemLevel?
int<UiTextureKit::ID> UiTextureKitID
int Field_9_2_5_43254_007?
int<PlayerCondition::ID> PlayerConditionID?

LAYOUT 85703E65
BUILD 10.0.0.43342
Expand All @@ -20,7 +20,7 @@ NormalItemLevel<32>
HeroicItemLevel<32>
MythicItemLevel<32>
UiTextureKitID<32>
Field_9_2_5_43254_007<32>
PlayerConditionID<32>

LAYOUT 1948D0B5
BUILD 11.0.0.54210, 11.0.0.54289, 11.0.0.54311, 11.0.0.54361
Expand All @@ -45,7 +45,7 @@ NormalItemLevel<32>
HeroicItemLevel<32>
MythicItemLevel<32>
UiTextureKitID<32>
Field_9_2_5_43254_007<32>
PlayerConditionID<32>

LAYOUT 41E631A7
BUILD 11.0.0.54464, 11.0.0.54521
Expand All @@ -57,4 +57,4 @@ NormalItemLevel<32>
HeroicItemLevel<32>
MythicItemLevel<32>
UiTextureKitID<32>
Field_9_2_5_43254_007<32>
PlayerConditionID<32>

0 comments on commit 69579e0

Please sign in to comment.