diff options
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r-- | src/game/Unit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index 7050121c5bb..e796256cfa2 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1095,8 +1095,8 @@ class TRINITY_DLL_SPEC Unit : public WorldObject SharedVisionList const& GetSharedVisionList() { return m_sharedVision; } void AddPlayerToVision(Player* plr); void RemovePlayerFromVision(Player* plr); - void RemoveAllFromVision(); - void UncharmSelf(); + void RemoveBindSightAuras(); + void RemoveCharmAuras(); Pet* CreateTamedPetFrom(Creature* creatureTarget,uint32 spell_id = 0); |