We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3d15b commit 0dec406Copy full SHA for 0dec406
WowPacketParser/Enums/UnitFlags3.cs
@@ -39,6 +39,6 @@ public enum UnitFlags3 : uint // 7.x
39
Unk30 = 0x40000000,
40
Unk31 = 0x80000000,
41
42
- Disallowed = (IgnoreCombat | FakeDead | AlreadySkinned)
+ Disallowed = (IgnoreCombat | FakeDead | AlreadySkinned | AllowInteractionWhileInCombat)
43
}
44
0 commit comments