[Bug Fix] Removed unused pointer. Fixes #157. (#1748)

This commit is contained in:
JJ
2021-11-13 10:39:35 -05:00
committed by GitHub
parent e8607a0c78
commit cef352f0ac
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ public:
bool RemoveEntFromHateList(Mob *ent);
int AreaRampage(Mob *caster, Mob *target, int count, ExtraAttackOptions *opts);
int GetSummonedPetCountOnHateList(Mob *hater);
int GetSummonedPetCountOnHateList();
int GetHateRatio(Mob *top, Mob *other);
int32 GetEntHateAmount(Mob *ent, bool in_damage = false);