diff options
Diffstat (limited to 'src/game/TotemAI.h')
-rw-r--r-- | src/game/TotemAI.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/game/TotemAI.h b/src/game/TotemAI.h index 50ea764abfd..003f5d5ca13 100644 --- a/src/game/TotemAI.h +++ b/src/game/TotemAI.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> + * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * - * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> + * Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -31,18 +31,16 @@ class TRINITY_DLL_DECL TotemAI : public CreatureAI { public: - TotemAI(Creature *c); + explicit TotemAI(Creature *c); void MoveInLineOfSight(Unit *); void AttackStart(Unit *); void EnterEvadeMode(); - bool IsVisible(Unit *) const; void UpdateAI(const uint32); static int Permissible(const Creature *); private: - Totem &i_totem; uint64 i_victimGuid; }; #endif |