Skip to content

Commit

Permalink
Update Eluna submodule
Browse files Browse the repository at this point in the history
Co-Authored-By: Foe <[email protected]>
  • Loading branch information
Niam5 and Foereaper committed Jul 24, 2024
1 parent ec1ce8f commit 7662375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/Maps/Map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Map::Map(uint32 id, time_t expiry, uint32 InstanceId, uint8 SpawnMode)
// lua state begins uninitialized
eluna = nullptr;

if (sElunaConfig->IsElunaEnabled() && !sElunaConfig->IsElunaCompatibilityMode() && sElunaLoader->ShouldMapLoadEluna(id))
if (sElunaConfig->IsElunaEnabled() && !sElunaConfig->IsElunaCompatibilityMode() && sElunaConfig->ShouldMapLoadEluna(id))
eluna = new Eluna(this);

if (Eluna* e = GetEluna())
Expand Down

0 comments on commit 7662375

Please sign in to comment.