1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 22:17:45 +00:00

minor fix

This commit is contained in:
collett 2023-01-26 22:30:42 +09:00
parent 3624b4374f
commit 1e7176b3d8
2 changed files with 1 additions and 3 deletions

View file

@ -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,

View file

@ -1755,6 +1755,4 @@ void Sapphire::World::Manager::HousingMgr::removeHouse( Entity::Player& player,
terri->removeEstateEntranceEObj( plot );
// missing reply for ClientTrigger RequestEstateHallRemoval
return;
}