Remove debugging from hate changes

This commit is contained in:
Akkadius
2014-12-27 20:25:20 -06:00
parent 73fe229e25
commit 8983953d7d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2414,7 +2414,7 @@ void Mob::AddToHateList(Mob* other, uint32 hate /*= 0*/, int32 damage /*= 0*/, b
bool wasengaged = IsEngaged();
Mob* owner = other->GetOwner();
Mob* mypet = this->GetPet();
Mob* mypet = this->GetPet();
Mob* myowner = this->GetOwner();
Mob* targetmob = this->GetTarget();