mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-20 21:41:29 +00:00
Remove debugging from hate changes
This commit is contained in:
parent
73fe229e25
commit
8983953d7d
@ -158,10 +158,10 @@ Mob* HateList::GetClosestEntOnHateList(Mob *hater)
|
|||||||
return close_entity;
|
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)
|
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) {
|
if (!in_entity) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
@ -27,7 +27,7 @@ struct ExtraAttackOptions;
|
|||||||
|
|
||||||
struct struct_HateList {
|
struct struct_HateList {
|
||||||
Mob *entity_on_hatelist;
|
Mob *entity_on_hatelist;
|
||||||
int32 hatelist_damage;
|
uint32 hatelist_damage;
|
||||||
uint32 stored_hate_amount;
|
uint32 stored_hate_amount;
|
||||||
bool is_entity_frenzy;
|
bool is_entity_frenzy;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user