mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 17:58:20 +00:00
properties: fix visiting multiple owned by same person (#1325)
This commit is contained in:
parent
eca87c7257
commit
731b828c12
@ -164,6 +164,8 @@ public:
|
|||||||
|
|
||||||
LWOCLONEID GetCloneId() { return clone_Id; };
|
LWOCLONEID GetCloneId() { return clone_Id; };
|
||||||
|
|
||||||
|
LWOOBJID GetId() const noexcept { return propertyId; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
/**
|
/**
|
||||||
* This
|
* This
|
||||||
|
@ -101,7 +101,7 @@ void BasePropertyServer::BasePlayerLoaded(Entity* self, Entity* player) {
|
|||||||
missionComponent->Progress(
|
missionComponent->Progress(
|
||||||
eMissionTaskType::VISIT_PROPERTY,
|
eMissionTaskType::VISIT_PROPERTY,
|
||||||
mapID.GetMapID(),
|
mapID.GetMapID(),
|
||||||
mapID.GetCloneID()
|
PropertyManagementComponent::Instance()->GetId()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user