Browse Source

Oops missed that part.

Tomasz Zieliński 2 years ago
parent
commit
511a42f9b9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/rmg/TreasurePlacer.cpp

+ 1 - 0
lib/rmg/TreasurePlacer.cpp

@@ -86,6 +86,7 @@ void TreasurePlacer::addAllPossibleObjects()
 						oi.maxPerZone = rmgInfo.zoneLimit;
 						oi.maxPerZone = rmgInfo.zoneLimit;
 						addObjectToRandomPool(oi);
 						addObjectToRandomPool(oi);
 
 
+						break;
 					}
 					}
 				}
 				}
 			}
 			}