mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
remove old land init struct
This commit is contained in:
parent
e52127fd91
commit
c75abab4e6
1 changed files with 0 additions and 11 deletions
|
@ -53,17 +53,6 @@ namespace Sapphire
|
||||||
Entity::EventObjectPtr registerHouseEntranceEObj( uint8_t plotId );
|
Entity::EventObjectPtr registerHouseEntranceEObj( uint8_t plotId );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
struct QueuedLandInit
|
|
||||||
{
|
|
||||||
uint64_t m_landId;
|
|
||||||
Common::LandType m_type;
|
|
||||||
uint8_t m_size;
|
|
||||||
uint8_t m_status;
|
|
||||||
uint32_t m_currentPrice;
|
|
||||||
uint64_t m_ownerId;
|
|
||||||
uint64_t m_houseId;
|
|
||||||
};
|
|
||||||
|
|
||||||
using LandPtrMap = std::unordered_map< uint8_t, Sapphire::LandPtr >;
|
using LandPtrMap = std::unordered_map< uint8_t, Sapphire::LandPtr >;
|
||||||
const uint32_t m_landSetMax = 18;
|
const uint32_t m_landSetMax = 18;
|
||||||
LandPtrMap m_landPtrMap;
|
LandPtrMap m_landPtrMap;
|
||||||
|
|
Loading…
Add table
Reference in a new issue