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
+5
View File
@@ -1274,6 +1274,11 @@ void Mob::ClearFeignMemory() {
AI_feign_remember_timer->Disable();
}
bool Mob::IsOnFeignMemory(Client *attacker) const
{
return feign_memory_list.find(attacker->CharacterID()) != feign_memory_list.end();
}
bool Mob::PassCharismaCheck(Mob* caster, uint16 spell_id) {
/*