Skip to content

Commit

Permalink
Fix accidental tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Feb 24, 2025
1 parent 838a277 commit 7a34531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/World/World.h
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ class TC_GAME_API World

#ifdef ELUNA
Eluna* GetEluna() const { return eluna.get(); }
std::unique_ptr<Eluna> eluna;
std::unique_ptr<Eluna> eluna;
#endif
protected:
void _UpdateGameTime();
Expand Down

0 comments on commit 7a34531

Please sign in to comment.