diff options
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r-- | src/game/Unit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index 795d2982c07..f63ce4c4f23 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1416,8 +1416,11 @@ class TRINITY_DLL_SPEC Unit : public WorldObject void AddPetAura(PetAura const* petSpell); void RemovePetAura(PetAura const* petSpell); + // relocation notification void SetToNotify(); bool m_Notified, m_IsInNotifyList; + float oldX, oldY; + void SetReducedThreatPercent(uint32 pct, uint64 guid) { m_reducedThreatPercent = pct; |