mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
[Bug Fix] Clear Ramp when Clearing hate (#3892)
* [Bug Fix] Clear Ramp when Clearing hate When clearing a client from the hatelist, also clear them from ramp * Add additional calls missed * requested changes * extra tabs
This commit is contained in:
@@ -204,6 +204,7 @@ bool Perl_NPC_IsOnHatelist(NPC* self, Mob* mob) // @categories Hate and Aggro
|
||||
void Perl_NPC_RemoveFromHateList(NPC* self, Mob* mob) // @categories Hate and Aggro
|
||||
{
|
||||
self->RemoveFromHateList(mob);
|
||||
self->RemoveFromRampageList(mob);
|
||||
}
|
||||
|
||||
void Perl_NPC_SetNPCFactionID(NPC* self, int faction_id) // @categories Faction
|
||||
|
||||
Reference in New Issue
Block a user