From b80a17d52c84d30872a61594609d87b7b4d76f3c Mon Sep 17 00:00:00 2001 From: Duncan Steenburgh Date: Sun, 24 Jan 2021 16:20:14 -0600 Subject: Remove ace.dll from list of required dlls in Windows installation instructions (#389) Ace.dll is no longer required to run azerothcore https://github.com/azerothcore/azerothcore-wotlk/pull/3450 --- docs/Installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/Installation.md b/docs/Installation.md index 9b9ddcc..9bea24c 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -174,7 +174,6 @@ You will find your freshly compiled binaries in the Build\bin\Release or Build\b You will need the following files in order for the core to function properly: ``` -ace.dll libeay32.dll / libcrypto-1_1.dll / libcrypto-1_1-x64.dll libmySQL.dll ssleay32.dll / libssl-1_1.dll / libssl-1_1-x64.dll -- cgit