View Single Post
  #5  
Old 06-09-2010, 08:26 AM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,449
Default

Think I may have a solution but i'm not sure if this will work (nor have I tested it.)

move from the bottom of NPC::Death
Quote:
this->WipeHateList();
to below
Code:
	//do faction hits even if we are a merchant, so long as a player killed us
	if(give_exp_client)
		hate_list.DoFactionHits(GetNPCFactionID());
Reply With Quote