mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 10:44:08 +00:00
properties: fix visiting multiple owned by same person (#1325)
This commit is contained in:
@@ -101,7 +101,7 @@ void BasePropertyServer::BasePlayerLoaded(Entity* self, Entity* player) {
|
||||
missionComponent->Progress(
|
||||
eMissionTaskType::VISIT_PROPERTY,
|
||||
mapID.GetMapID(),
|
||||
mapID.GetCloneID()
|
||||
PropertyManagementComponent::Instance()->GetId()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user