mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 20:08:37 +00:00
More hate changes
This commit is contained in:
+4
-1
@@ -158,8 +158,11 @@ Mob* HateList::GetClosestEntOnHateList(Mob *hater)
|
||||
return close_entity;
|
||||
}
|
||||
|
||||
void HateList::AddEntToHateList(Mob *in_entity, int32 in_hate, int32 in_damage, bool in_is_entity_frenzy, bool iAddIfNotExist)
|
||||
#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;
|
||||
|
||||
if (!in_entity) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user