From a47ecd34e9c83e5552c9720691d9597ddd500b45 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 31 May 2022 15:26:11 -0400 Subject: [PATCH] Core/Scenarios: Removed unused variables Port From (https://github.com/TrinityCore/TrinityCore/commit/8ecb16fde4cf71851c46d78471b667b56f55bd17) --- Source/Game/Scenarios/InstanceScenario.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Game/Scenarios/InstanceScenario.cs b/Source/Game/Scenarios/InstanceScenario.cs index 5f79fb1cb..119f8cfc2 100644 --- a/Source/Game/Scenarios/InstanceScenario.cs +++ b/Source/Game/Scenarios/InstanceScenario.cs @@ -178,6 +178,5 @@ namespace Game.Scenarios } Map _map; - Dictionary> _stepCriteriaProgress = new(); } }