Skip to content

Commit

Permalink
Removed UnitFlags3.AllowInteractionWhileInCombat from sql output
Browse files Browse the repository at this point in the history
  • Loading branch information
meji46 committed Mar 3, 2024
1 parent ca3d15b commit 0dec406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WowPacketParser/Enums/UnitFlags3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ public enum UnitFlags3 : uint // 7.x
Unk30 = 0x40000000,
Unk31 = 0x80000000,

Disallowed = (IgnoreCombat | FakeDead | AlreadySkinned)
Disallowed = (IgnoreCombat | FakeDead | AlreadySkinned | AllowInteractionWhileInCombat)
}
}

0 comments on commit 0dec406

Please sign in to comment.