Skip to content

Commit

Permalink
Update for last commits
Browse files Browse the repository at this point in the history
  • Loading branch information
meji46 committed Jan 29, 2025
1 parent 3bae648 commit 6397d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class GameObjectData : IMutableGameObjectData
public System.Nullable<uint> StateSpellVisualID { get; set; }
public System.Nullable<uint> SpawnTrackingStateAnimID { get; set; }
public System.Nullable<uint> SpawnTrackingStateAnimKitID { get; set; }
public System.Nullable<uint> StateWorldEffectsQuestObjectiveID { get; set; } = null;
public System.Nullable<uint>[] StateWorldEffectIDs { get; set; }
public WowGuid CreatedBy { get; set; }
public WowGuid GuildGUID { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class UnitData : IMutableUnitData
public System.Nullable<uint> StateSpellVisualID { get; set; }
public System.Nullable<uint> StateAnimID { get; set; }
public System.Nullable<uint> StateAnimKitID { get; set; }
public System.Nullable<uint> StateWorldEffectsQuestObjectiveID { get; set; } = null;
public System.Nullable<uint>[] StateWorldEffectIDs { get; set; }
public WowGuid Charm { get; set; }
public WowGuid Summon { get; set; }
Expand Down

0 comments on commit 6397d72

Please sign in to comment.