mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Remove debugging from hate changes
This commit is contained in:
+2
-2
@@ -158,10 +158,10 @@ Mob* HateList::GetClosestEntOnHateList(Mob *hater)
|
||||
return close_entity;
|
||||
}
|
||||
|
||||
#include <iostream>
|
||||
// #include <iostream>
|
||||
void HateList::AddEntToHateList(Mob *in_entity, uint32 in_hate, int32 in_damage, bool in_is_entity_frenzy, bool iAddIfNotExist)
|
||||
{
|
||||
std::cout << "AddEntToHateList name: " << owner->GetCleanName() << " in_hate " << in_hate << " in_damage " << in_damage << std::endl;
|
||||
// std::cout << "AddEntToHateList name: " << owner->GetCleanName() << " in_hate " << in_hate << " in_damage " << in_damage << std::endl;
|
||||
|
||||
if (!in_entity) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user