fix gameobject nodes, they did not despawn after you mined them.
This commit is contained in:
@@ -6076,7 +6076,7 @@ namespace Game.Entities
|
|||||||
// But exclude stoppable elevators from this hack - they would be teleporting from one end to another
|
// But exclude stoppable elevators from this hack - they would be teleporting from one end to another
|
||||||
// if affected transports move so far horizontally that it causes them to run out of visibility range then you are out of luck
|
// if affected transports move so far horizontally that it causes them to run out of visibility range then you are out of luck
|
||||||
// fix visibility instead of adding hacks here
|
// fix visibility instead of adding hacks here
|
||||||
if (target.ToGameObject().IsDynTransport())
|
if (!target.ToGameObject().IsDynTransport())
|
||||||
s64.Add(target.GetGUID());
|
s64.Add(target.GetGUID());
|
||||||
break;
|
break;
|
||||||
case TypeId.Unit:
|
case TypeId.Unit:
|
||||||
|
|||||||
Reference in New Issue
Block a user