Browse Source

ugh last one I promise..

Emagi 1 year ago
parent
commit
f694246c49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EQ2/source/WorldServer/zoneserver.cpp

+ 1 - 1
EQ2/source/WorldServer/zoneserver.cpp

@@ -3886,8 +3886,8 @@ Spawn* ZoneServer::GetSpawnByLocationID(int32 location_id) {
 				break;
 			}
 		}
+		MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
 	}
-	MSpawnList.releasereadlock(__FUNCTION__, __LINE__);
 	return ret;
 }