1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-07 19:27:45 +00:00

fix build error

This commit is contained in:
NotAdam 2020-01-02 14:22:36 +11:00
parent 1c78f9835e
commit ba74f988d6
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,7 @@
namespace Sapphire::World::Territory::Housing
{
class HousingInteriorTerritory : public Territory
class HousingInteriorTerritory : public Sapphire::Territory
{
public:
HousingInteriorTerritory( Common::LandIdent ident, uint16_t territoryTypeId,

View file

@ -38,7 +38,6 @@ namespace Sapphire
return nullptr;
}
template< typename T >
void insert( uint16_t zoneId, T& entry )
{
auto pShared = std::make_shared< T >( entry );