Fix some XTarget FD issues

This commit is contained in:
Michael Cook (mackal)
2017-10-16 01:25:14 -04:00
parent 0f1ca0856c
commit 4e9c3e19d2
3 changed files with 20 additions and 9 deletions
+1
View File
@@ -588,6 +588,7 @@ public:
void AddFeignMemory(Client* attacker);
void RemoveFromFeignMemory(Client* attacker);
void ClearFeignMemory();
bool IsOnFeignMemory(Client *attacker) const;
void PrintHateListToClient(Client *who) { hate_list.PrintHateListToClient(who); }
std::list<struct_HateList*>& GetHateList() { return hate_list.GetHateList(); }
bool CheckLosFN(Mob* other);