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