mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
Migrate spawn tables [skip ci]
This commit is contained in:
@@ -485,6 +485,7 @@ void Database::BuryCorpsesInInstance(uint16 instance_id) {
|
||||
|
||||
void Database::DeleteInstance(uint16 instance_id)
|
||||
{
|
||||
// TODO: BOUNDARY REWRITE
|
||||
|
||||
std::string query = StringFormat("DELETE FROM instance_list WHERE id=%u", instance_id);
|
||||
QueryDatabase(query);
|
||||
|
||||
Reference in New Issue
Block a user