diff options
| author | Duncan Steenburgh <duncan.steenburgh@gmail.com> | 2021-01-24 16:20:14 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-24 23:20:14 +0100 |
| commit | b80a17d52c84d30872a61594609d87b7b4d76f3c (patch) | |
| tree | 3b940459c638a3b0861c00713da6c2ba7efba3e9 | |
| parent | 7149f6c5c0a451495bb1c45e0a259de877cfa658 (diff) | |
| download | wiki-b80a17d52c84d30872a61594609d87b7b4d76f3c.tar.gz wiki-b80a17d52c84d30872a61594609d87b7b4d76f3c.tar.bz2 wiki-b80a17d52c84d30872a61594609d87b7b4d76f3c.zip | |
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
| -rw-r--r-- | docs/Installation.md | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
