Remove location id from Victory location.

This commit is contained in:
Hussein Farran 2021-08-31 10:01:09 -04:00
parent 9115e59f15
commit fc8e849db5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class RiskOfRainLocation(Location):
# 37000 - 38000
base_location_table = {
"Victory": 37999,
"Victory": None,
"Level One": 37001,
"Level Two": 37002,
"Level Three": 37003,