Skip to content

Commit

Permalink
Merge pull request #2 from Foereaper/master
Browse files Browse the repository at this point in the history
Update Eluna submodule
  • Loading branch information
Niam5 authored Jul 21, 2024
2 parents e62bf48 + d72428a commit 5e04575
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 @@ -244,7 +244,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 5e04575

Please sign in to comment.