Core/PacketIO: Implemented CMSG_MOVE_INIT_ACTIVE_MOVER_COMPLETE and ActivePlayerData::TransportServerTime updatefield
Port From (https://github.com/TrinityCore/TrinityCore/commit/aa592e431b945800928f2e43b3812cfa240fada1)
This commit is contained in:
@@ -1232,7 +1232,7 @@ namespace Game.Entities
|
||||
return true;
|
||||
}
|
||||
|
||||
bool CanNeverSee(WorldObject obj)
|
||||
public virtual bool CanNeverSee(WorldObject obj)
|
||||
{
|
||||
return GetMap() != obj.GetMap() || !IsInPhase(obj);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user