Core/Scenarios: Removed unused variables

Port From (https://github.com/TrinityCore/TrinityCore/commit/8ecb16fde4cf71851c46d78471b667b56f55bd17)
This commit is contained in:
hondacrx
2022-05-31 15:26:11 -04:00
parent 940ecad00a
commit a47ecd34e9
@@ -178,6 +178,5 @@ namespace Game.Scenarios
}
Map _map;
Dictionary<byte, Dictionary<uint, CriteriaProgress>> _stepCriteriaProgress = new();
}
}