Skip to content

Commit

Permalink
Change spawn point number
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Dec 19, 2018
1 parent ddbb34b commit b68d779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PralineServer/Server/Room/ItemGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static IEqualityComparer<Item> IdComparer {
}
}

public const int ItemSpawnNumber = 182;
public const int ItemSpawnNumber = 305;
public const int MaxItemPerSpawn = 4;

public struct ItemGenerationInfos {
Expand Down

0 comments on commit b68d779

Please sign in to comment.