NEO-109: Drop unused definition out param in activation path.
parent
c40bcd3ffe
commit
0f60423863
|
|
@ -53,7 +53,7 @@ public static class EncounterProgressOperations
|
||||||
IEncounterProgressStore progressStore,
|
IEncounterProgressStore progressStore,
|
||||||
IEncounterCompletionStore completionStore)
|
IEncounterCompletionStore completionStore)
|
||||||
{
|
{
|
||||||
if (!TryResolveEncounterForNpc(npcInstanceId, encounterRegistry, out var encounterId, out var definition))
|
if (!TryResolveEncounterForNpc(npcInstanceId, encounterRegistry, out var encounterId, out _))
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue