Skip to content

Commit

Permalink
Mark update fields as guids where applicable
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Feb 8, 2025
1 parent 3bf2f4e commit de3aa8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions WowPacketParser/Enums/UpdateFields.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public enum ItemField
ITEM_FIELD_ENCHANTMENT_9_1,
ITEM_FIELD_ENCHANTMENT_9_3,
ITEM_FIELD_FLAGS,
[UpdateField(UpdateFieldType.Guid)]
ITEM_FIELD_GIFTCREATOR,
ITEM_FIELD_ITEM_TEXT_ID,
ITEM_FIELD_MAXDURABILITY,
Expand Down Expand Up @@ -171,6 +172,7 @@ public enum UnitField
UNIT_FIELD_CHANNEL_DATA,
[UpdateField(UpdateFieldType.Guid)]
UNIT_FIELD_CHANNEL_OBJECT,
[UpdateField(UpdateFieldType.Guid)]
UNIT_FIELD_CHARM,
[UpdateField(UpdateFieldType.Guid)]
UNIT_FIELD_CHARMEDBY,
Expand Down Expand Up @@ -324,6 +326,7 @@ public enum UnitField
UNIT_FIELD_STATE_ANIM_KIT_ID,
UNIT_FIELD_STATE_SPELL_VISUAL_ID,
UNIT_FIELD_STATE_WORLD_EFFECT_ID,
[UpdateField(UpdateFieldType.Guid)]
UNIT_FIELD_SUMMON,
[UpdateField(UpdateFieldType.Guid)]
UNIT_FIELD_SUMMONEDBY,
Expand Down Expand Up @@ -375,12 +378,14 @@ public enum PlayerField
PLAYER_CRIT_PERCENTAGE,
PLAYER_DODGE_PERCENTAGE,
PLAYER_DODGE_PERCENTAGE_FROM_ATTRIBUTE,
[UpdateField(UpdateFieldType.Guid)]
PLAYER_DUEL_ARBITER,
PLAYER_DUEL_TEAM,
PLAYER_END,
PLAYER_EXPERTISE,
PLAYER_EXPLORED_ZONES_1,
PLAYER_FAKE_INEBRIATION,
[UpdateField(UpdateFieldType.Guid)]
PLAYER_FARSIGHT,
PLAYER_FIELD_ARENA_CURRENCY,
PLAYER_FIELD_ARENA_TEAM_INFO_1_1,
Expand Down

0 comments on commit de3aa8a

Please sign in to comment.