mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-16 13:09:50 -04:00
*Fix a crash caused by relocationnotify
--HG-- branch : trunk
This commit is contained in:
@@ -12366,7 +12366,7 @@ void Unit::RemoveFromWorld()
|
||||
|
||||
if(m_NotifyListPos >= 0)
|
||||
{
|
||||
GetMap()->RemoveUnitFromNotify(m_NotifyListPos);
|
||||
GetMap()->RemoveUnitFromNotify(this, m_NotifyListPos);
|
||||
m_NotifyListPos = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user