Fixes pets not following and who knows what else. This is a big mistype bug!
This commit is contained in:
@@ -604,7 +604,7 @@ namespace Game.Maps
|
|||||||
WorldObject obj = objs[i];
|
WorldObject obj = objs[i];
|
||||||
|
|
||||||
if (obj.IsTypeId(TypeId.Player) || obj.IsTypeId(TypeId.Corpse))
|
if (obj.IsTypeId(TypeId.Player) || obj.IsTypeId(TypeId.Corpse))
|
||||||
return;
|
continue;
|
||||||
|
|
||||||
if (obj.IsInWorld)
|
if (obj.IsInWorld)
|
||||||
obj.Update(i_timeDiff);
|
obj.Update(i_timeDiff);
|
||||||
|
|||||||
Reference in New Issue
Block a user