mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 03:31:08 +00:00
[BugFix] Charm Targeting and other issues. (#1655)
* fix for target change bug on client * Update spell_effects.cpp
This commit is contained in:
+3
-1
@@ -1514,7 +1514,9 @@ void EntityList::RemoveFromTargets(Mob *mob, bool RemoveFromXTargets)
|
||||
mob->CastToClient()->RemoveXTarget(m, false);
|
||||
}
|
||||
|
||||
m->RemoveFromHateList(mob);
|
||||
if (m->IsAIControlled()) {
|
||||
m->RemoveFromHateList(mob);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user