View Single Post
  #3  
Old 12-24-2015, 06:48 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Added this above did fix it.

Code:
if (target && !hate_list.IsEntOnHateList(target))
			target = nullptr;
So what are we doing here? What is the current target causing the error? I am guessing it is the charmed underwater mob that just died? The question though is why it only seems to happen when the charmed mob is underwater and the client is not.

Either way I am very appreciative it is fixed but I would really like to know more about what the cause was. If I am going to continue to learn the source I have to dig my heels in.
Reply With Quote