From 1e88cf0872ccf6cf29029a37d4554c7fb7f2d9a1 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 29 Oct 2019 13:39:42 -0400 Subject: [PATCH] Updated README.md --- README.md | 2 +- .../{Collections => Algorithms}/EdgeWeightedDigraph.cs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Source/Framework/{Collections => Algorithms}/EdgeWeightedDigraph.cs (100%) diff --git a/README.md b/README.md index 2cd0795da..8af9c7b4f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ CypherCore is an open source server project for World of Warcraft written in C#. -The current support game version is: 8.2.0.31478 +The current support game version is: 8.2.5.32305 ### Prerequisites * Visual Studio 2017 with netcore 2.2 [Download](https://www.visualstudio.com/downloads/) diff --git a/Source/Framework/Collections/EdgeWeightedDigraph.cs b/Source/Framework/Algorithms/EdgeWeightedDigraph.cs similarity index 100% rename from Source/Framework/Collections/EdgeWeightedDigraph.cs rename to Source/Framework/Algorithms/EdgeWeightedDigraph.cs