mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-08 17:28: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; };
|
||||
|
||||
LWOOBJID GetId() const noexcept { return propertyId; }
|
||||
|
||||
private:
|
||||
/**
|
||||
* This
|
||||
|
@ -101,7 +101,7 @@ void BasePropertyServer::BasePlayerLoaded(Entity* self, Entity* player) {
|
||||
missionComponent->Progress(
|
||||
eMissionTaskType::VISIT_PROPERTY,
|
||||
mapID.GetMapID(),
|
||||
mapID.GetCloneID()
|
||||
PropertyManagementComponent::Instance()->GetId()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user