mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 08:26:36 +00:00
[int64] Hate Fixes (#2163)
* Hate fixes * Update perl_hateentry.cpp * Update perl_hateentry.cpp
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user