View Single Post
  #7  
Old 02-24-2015, 01:55 AM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

I just added a safety check in Client::DraggedCorpses() to the DraggedCorpses list iteration.

Please post back if this fixes the issue.


(It looks like the targeting code might have been setting up a null mob condition and causing an issue in DraggedCorpses..I haven't followed this
through..but, a nullptr reference @ DraggedCorpses.back() would cause a list.erase() and then a ++iterator..which is UB and most likely the cause
of the EXCEPTION.)
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote