mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 23:20:25 +00:00
[Ground Spawns] Convert Ground Spawns to Repositories (#3967)
# Notes - Convert `LoadGroundSpawns()` to repositories.
This commit is contained in:
+1
-1
@@ -349,7 +349,7 @@ bool Zone::IsSpecialBindLocation(const glm::vec4& location)
|
||||
|
||||
//this also just loads into entity_list, not really into zone
|
||||
bool Zone::LoadGroundSpawns() {
|
||||
Ground_Spawns groundspawn;
|
||||
GroundSpawns groundspawn;
|
||||
|
||||
memset(&groundspawn, 0, sizeof(groundspawn));
|
||||
int gsindex=0;
|
||||
|
||||
Reference in New Issue
Block a user