Skip to content

Commit

Permalink
Update Eluna submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Jul 19, 2024
1 parent a98a508 commit d21fb04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server/game/LuaEngine
2 changes: 1 addition & 1 deletion src/server/game/Maps/Map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ i_scriptLock(false), _respawnTimes(std::make_unique<RespawnListContainer>()), _r
// lua state begins uninitialized
eluna = nullptr;

if (sElunaConfig->IsElunaEnabled() && !sElunaConfig->IsElunaCompatibilityMode() && sElunaLoader->ShouldMapLoadEluna(id))
if (sElunaConfig->IsElunaEnabled() && !sElunaConfig->IsElunaCompatibilityMode() && sElunaConfig->ShouldMapLoadEluna(id))
if (!IsParentMap() || (IsParentMap() && !Instanceable()))
eluna = new Eluna(this);
#endif
Expand Down

0 comments on commit d21fb04

Please sign in to comment.