Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Redbu11 authored and Redbu11 committed Sep 9, 2024
1 parent 50ae1f7 commit 50b478a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmangos-ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
version: [classic, tbc]
version: [classic]
include:
- os: ubuntu-22.04
EXTRA_BUILD: "-DBUILD_PLAYERBOTS=ON"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmangos-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
version: [classic, tbc]
version: [classic]
include:
- os: windows-2022
EXTRA_BUILD: "-DBUILD_PLAYERBOTS=ON"
Expand Down
2 changes: 1 addition & 1 deletion playerbot/WorldPosition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ GridMap* TerrainInfoAccess::LoadMapAndVMap(const uint32 x, const uint32 y, bool
if (!MMAP::MMapFactory::createOrGetMMapManager()->IsMMapIsLoaded(m_mapId, x, y))
{
// load navmesh
if (!MMAP::MMapFactory::createOrGetMMapManager()->loadMap(m_mapId, x, y))
if (!MMAP::MMapFactory::createOrGetMMapManager()->loadMap(m_mapId, x, y))//
return nullptr;
}

Expand Down

0 comments on commit 50b478a

Please sign in to comment.