diff --git a/src/common/Database/ZoneDbConnection.cpp b/src/common/Database/ZoneDbConnection.cpp index cf1020c0..773f8cef 100644 --- a/src/common/Database/ZoneDbConnection.cpp +++ b/src/common/Database/ZoneDbConnection.cpp @@ -258,7 +258,7 @@ void Sapphire::Db::ZoneDbConnection::doPrepareStatements() CONNECTION_BOTH ); prepareStatement( HOUSING_HOUSE_DEL, - "DELETE from house WHERE HouseId = ?;", + "DELETE FROM house WHERE HouseId = ?;", CONNECTION_BOTH ); prepareStatement( LAND_INV_SEL_ALL, diff --git a/src/world/Manager/HousingMgr.cpp b/src/world/Manager/HousingMgr.cpp index a99daaa3..fd668fe2 100644 --- a/src/world/Manager/HousingMgr.cpp +++ b/src/world/Manager/HousingMgr.cpp @@ -1755,6 +1755,4 @@ void Sapphire::World::Manager::HousingMgr::removeHouse( Entity::Player& player, terri->removeEstateEntranceEObj( plot ); // missing reply for ClientTrigger RequestEstateHallRemoval - - return; } \ No newline at end of file