[int64] Hate Fixes (#2163)

* Hate fixes

* Update perl_hateentry.cpp

* Update perl_hateentry.cpp
This commit is contained in:
Chris Miles
2022-05-09 20:49:43 -05:00
committed by GitHub
parent 763fc82379
commit 209b0eb273
22 changed files with 119 additions and 47 deletions
+2 -2
View File
@@ -230,8 +230,8 @@ public:
void SetHate(Lua_Mob other, int64 hate, int64 damage);
void HalveAggro(Lua_Mob other);
void DoubleAggro(Lua_Mob other);
uint64 GetHateAmount(Lua_Mob target);
uint64 GetHateAmount(Lua_Mob target, bool is_damage);
int64 GetHateAmount(Lua_Mob target);
int64 GetHateAmount(Lua_Mob target, bool is_damage);
uint64 GetDamageAmount(Lua_Mob target);
void WipeHateList();
bool CheckAggro(Lua_Mob other);