Skip to content

Commit

Permalink
added some missing updates
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1arm committed Aug 23, 2024
1 parent 192a410 commit 5c48df7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core_windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sdk-version: 22621

- name: Install OpenSSL
run: choco install --no-progress openssl
run: choco install --no-progress openssl --version=3.3.1

- name: Checkout Submodules
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion src/game/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ target_include_directories(game
$<$<BOOL:${SCRIPT_LIB_ELUNA}>:
${CMAKE_SOURCE_DIR}/src/modules/Eluna
${CMAKE_SOURCE_DIR}/src/modules/Eluna/Mangos
>
>
$<$<BOOL:${PLAYERBOTS}>:
${CMAKE_SOURCE_DIR}/src/modules/Bots
${CMAKE_SOURCE_DIR}/src/modules/Bots/playerbot
Expand Down
2 changes: 2 additions & 0 deletions src/game/pchdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@
#include "GuildMgr.h"
#include "ObjectMgr.h"
#include "ScriptMgr.h"
#include <map>
#include <vector>

#endif

0 comments on commit 5c48df7

Please sign in to comment.