Migrate ground_spawns [skip ci]

This commit is contained in:
Akkadius
2020-03-11 23:29:24 -05:00
parent 26b24c02f1
commit 4b55438b3a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -695,6 +695,7 @@ void ZoneDatabase::UpdateObject(uint32 id, uint32 type, uint32 icon, const Objec
SaveWorldContainer(object.zone_id, id, inst);
}
//
Ground_Spawns* ZoneDatabase::LoadGroundSpawns(uint32 zone_id, int16 version, Ground_Spawns* gs) {
std::string query = StringFormat("SELECT max_x, max_y, max_z, "