Core/Objects: Don't consider SMSG_UPDATE_OBJECT packets that contain only destroyed objects as empty
Port From (https://github.com/TrinityCore/TrinityCore/commit/faf12a888394f220fa057526b56bd456f3790f4f)
This commit is contained in:
@@ -163,10 +163,7 @@ namespace Game.Entities
|
||||
public void Remove()
|
||||
{
|
||||
if (IsInWorld)
|
||||
{
|
||||
RemoveFromWorld();
|
||||
AddObjectToRemoveList();
|
||||
}
|
||||
}
|
||||
|
||||
int GetDuration()
|
||||
|
||||
Reference in New Issue
Block a user