Remove location id from Victory location.
This commit is contained in:
parent
9115e59f15
commit
fc8e849db5
|
@ -6,7 +6,7 @@ class RiskOfRainLocation(Location):
|
||||||
|
|
||||||
# 37000 - 38000
|
# 37000 - 38000
|
||||||
base_location_table = {
|
base_location_table = {
|
||||||
"Victory": 37999,
|
"Victory": None,
|
||||||
"Level One": 37001,
|
"Level One": 37001,
|
||||||
"Level Two": 37002,
|
"Level Two": 37002,
|
||||||
"Level Three": 37003,
|
"Level Three": 37003,
|
||||||
|
|
Loading…
Reference in New Issue