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

[pull] master from wowdev:master #259

Merged
merged 3 commits into from
Nov 5, 2023
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: 4 additions & 8 deletions definitions/ChrCustomizationDisplayInfo.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ int<SpellShapeshiftForm::ID> SpellShapeshiftFormID?
int<CreatureDisplayInfo::ID> CreatureDisplayInfoID?
float BarberShopMinCameraDistance?
float BarberShopHeightOffset?
int Field_10_2_0_51825_000?
int Field_10_2_0_51825_001?
float Field_10_2_0_51825_002?
float Field_10_2_0_51825_003?
float Field_10_2_0_51825_004?

LAYOUT 6C319AFC
Expand Down Expand Up @@ -86,8 +82,8 @@ BarberShopHeightOffset
LAYOUT 5C04D385
BUILD 10.2.0.51825, 10.2.0.51851, 10.2.0.51973, 10.2.0.52038
$noninline,id$ID<32>
Field_10_2_0_51825_000<32>
Field_10_2_0_51825_001<32>
Field_10_2_0_51825_002
Field_10_2_0_51825_003
SpellShapeshiftFormID<32>
CreatureDisplayInfoID<32>
BarberShopMinCameraDistance
BarberShopHeightOffset
Field_10_2_0_51825_004
22 changes: 11 additions & 11 deletions definitions/SpellVisual.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -29,26 +29,26 @@ float MissileImpactOffset
int MissileImpactPositionerID
int<SpellVisualKit::ID> MissileTargetingKit
int<SpellVisualMissile::SpellVisualMissileSetID> SpellVisualMissileSetID
int PrecastKit
int CastKit
int ImpactKit
int StateKit
int StateDoneKit
int ChannelKit
int<SpellVisualKit::ID> PrecastKit
int<SpellVisualKit::ID> CastKit
int<SpellVisualKit::ID> ImpactKit
int<SpellVisualKit::ID> StateKit
int<SpellVisualKit::ID> StateDoneKit
int<SpellVisualKit::ID> ChannelKit
int HasMissile
int MissileModel
int MissilePathType
int MissileSound
int CasterImpactKit
int TargetImpactKit
int<SpellVisualKit::ID> CasterImpactKit
int<SpellVisualKit::ID> TargetImpactKit
int MissileFollowGroundHeight
int MissileFollowGroundDropSpeed
int MissileFollowGroundApproach
int MissileFollowGroundFlags
int MissileMotion
int InstantAreaKit
int ImpactAreaKit
int PersistentAreaKit
int<SpellVisualKit::ID> InstantAreaKit
int<SpellVisualKit::ID> ImpactAreaKit
int<SpellVisualKit::ID> PersistentAreaKit
int HasAreaEffect
int AreaModel
int AreaKit
Expand Down