Remove some mlog related functions in Mob::

This commit is contained in:
Akkadius
2015-01-16 21:53:56 -06:00
parent 79ac3f9b44
commit d21466566e
3 changed files with 0 additions and 37 deletions
-6
View File
@@ -535,12 +535,6 @@ public:
bool HasProcs() const;
bool IsCombatProc(uint16 spell_id);
//Logging
bool IsLoggingEnabled() const { return(logging_enabled); }
void EnableLogging() { logging_enabled = true; }
void DisableLogging() { logging_enabled = false; }
//More stuff to sort:
virtual bool IsRaidTarget() const { return false; };
virtual bool IsAttackAllowed(Mob *target, bool isSpellAttack = false);