Skip to content

Commit

Permalink
Remove unnecessary object reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Jun 2, 2024
1 parent 085cee1 commit 7b10be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElunaLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ bool ElunaLoader::ShouldMapLoadEluna(uint32 id)
void ElunaLoader::ReloadElunaForMap(int mapId)
{
// If a mapid is provided but does not match any map or reserved id then only script storage is loaded
sElunaLoader->LoadScripts();
LoadScripts();

if (mapId != RELOAD_CACHE_ONLY)
{
Expand Down

0 comments on commit 7b10be6

Please sign in to comment.