mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
minor fix
This commit is contained in:
parent
3624b4374f
commit
1e7176b3d8
2 changed files with 1 additions and 3 deletions
|
@ -258,7 +258,7 @@ void Sapphire::Db::ZoneDbConnection::doPrepareStatements()
|
||||||
CONNECTION_BOTH );
|
CONNECTION_BOTH );
|
||||||
|
|
||||||
prepareStatement( HOUSING_HOUSE_DEL,
|
prepareStatement( HOUSING_HOUSE_DEL,
|
||||||
"DELETE from house WHERE HouseId = ?;",
|
"DELETE FROM house WHERE HouseId = ?;",
|
||||||
CONNECTION_BOTH );
|
CONNECTION_BOTH );
|
||||||
|
|
||||||
prepareStatement( LAND_INV_SEL_ALL,
|
prepareStatement( LAND_INV_SEL_ALL,
|
||||||
|
|
|
@ -1755,6 +1755,4 @@ void Sapphire::World::Manager::HousingMgr::removeHouse( Entity::Player& player,
|
||||||
terri->removeEstateEntranceEObj( plot );
|
terri->removeEstateEntranceEObj( plot );
|
||||||
|
|
||||||
// missing reply for ClientTrigger RequestEstateHallRemoval
|
// missing reply for ClientTrigger RequestEstateHallRemoval
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue