@@ -10,7 +10,7 @@ public enum UnitFlags : uint
1010 Spawning = 0x00000002 ,
1111 RemoveClientControl = 0x00000004 ,
1212 PlayerControlled = 0x00000008 ,
13- Rename = 0x00000010 ,
13+ EvadingHome = 0x00000010 , // rename in vanilla
1414 Preparation = 0x00000020 ,
1515 Unk6 = 0x00000040 ,
1616 NotAttackable = 0x00000080 ,
@@ -20,7 +20,7 @@ public enum UnitFlags : uint
2020 PetIsAttackingTarget = 0x00000800 ,
2121 PVP = 0x00001000 ,
2222 Silenced = 0x00002000 , // ForceNameplate (9.0)
23- CantSwim = 0x00004000 ,
23+ CantSwim = 0x00004000 , // persuade in vanilla and tbc
2424 CanSwim = 0x00008000 ,
2525 NotAttackable2 = 0x00010000 ,
2626 Pacified = 0x00020000 ,
@@ -42,7 +42,7 @@ public enum UnitFlags : uint
4242 IsInCombat = PetIsAttackingTarget | AffectingCombat ,
4343
4444 Disallowed = ( ServerControlled | NotAttackable | RemoveClientControl |
45- PlayerControlled | Rename | Preparation | /* Unk6 | */
45+ PlayerControlled | UNK_EVADING_FLAG | Preparation | /* Unk6 | */
4646 NotAttackable | Looting | PetIsAttackingTarget | PVP |
4747 Silenced | CantSwim | CanSwim | NotAttackable2 | Pacified | Stunned |
4848 AffectingCombat | OnTaxi | Disarmed | Confused | Fleeing |
0 commit comments