mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-11 13:07:45 +00:00
fix build error
This commit is contained in:
parent
1c78f9835e
commit
ba74f988d6
2 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
namespace Sapphire::World::Territory::Housing
|
namespace Sapphire::World::Territory::Housing
|
||||||
{
|
{
|
||||||
class HousingInteriorTerritory : public Territory
|
class HousingInteriorTerritory : public Sapphire::Territory
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
HousingInteriorTerritory( Common::LandIdent ident, uint16_t territoryTypeId,
|
HousingInteriorTerritory( Common::LandIdent ident, uint16_t territoryTypeId,
|
||||||
|
|
|
@ -38,7 +38,6 @@ namespace Sapphire
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
template< typename T >
|
|
||||||
void insert( uint16_t zoneId, T& entry )
|
void insert( uint16_t zoneId, T& entry )
|
||||||
{
|
{
|
||||||
auto pShared = std::make_shared< T >( entry );
|
auto pShared = std::make_shared< T >( entry );
|
||||||
|
|
Loading…
Add table
Reference in a new issue