Fixed issue with forced static loot items not being included
This commit is contained in:
parent
c032d65497
commit
4d8b19a83f
@ -48,8 +48,8 @@ public static class StaticLootProcessor
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var forcedStaticItems = LootDumpProcessorContext.GetForcedItems().ContainsKey(mapName)
|
var forcedStaticItems = LootDumpProcessorContext.GetForcedItems().ContainsKey(mapId)
|
||||||
? LootDumpProcessorContext.GetForcedItems()[mapName]
|
? LootDumpProcessorContext.GetForcedItems()[mapId]
|
||||||
: new List<StaticForced>();
|
: new List<StaticForced>();
|
||||||
|
|
||||||
var mapStaticData = new MapStaticLoot
|
var mapStaticData = new MapStaticLoot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user